How can I implement this kindly help me to complete.
Table2: emploanid(primary key), empph, empdob
Table3: empsal,emploan,empint
Database : oracle
Thanks in advance.
How can I implement this kindly help me to complete.
Table2: emploanid(primary key), empph, empdob
Table3: empsal,emploan,empint
Database : oracle
Thanks in advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Mar 10, 2011, 2:05 PM
LOGANATHAN VPosted Mar 9, 2011, 3:39 PM
// whether this query is right for to search the employee details(" shows sql command not properly ended")
Oracle.DataAccess.Client.OracleDataAdapter ada = new Oracle.DataAccess.Client.OracleDataAdapter(cmd);
Mahesh ChandPosted Mar 9, 2011, 3:03 PM
Here are the steps.
1. You need to create a Windows Forms application
2. You need to use Oracle database provider or ODBC data provider to connect to Oracle database
Read some articles how it is done as I mentioned above.
Cheers!