TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
amit_gupta14
NA
119
0
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
Reply
Answers (
0
)
DataGridComboBox how to bind data to Colums from DataGridComboBox
Difference between using ADO.NET classes/objects or Methods of COmmand class