Sample Program C# with Oracle using ADO.NET using ODBC

Dec 3 2004 5:24 AM
Hello All, My requirement is that I have to connect to Oracle database from C# with the help of ADO.NET. I tried many weblinks but could not get the relevant code. Note: Code should be based on ODBC connectivity with Oracle I need the following functionality: There are 2 fields(say) in the table. In C# form, there are 2 text box corresponding to those fields. 1. There should be navigation buttons:first_record, next_record, previous_record, last_record 2. There should be add button to allow insertion of new records 3. There should be Update button to allow Updation of records 4. There should be Deletion button to allow deletion of new records