
- Forum
- Programming Talk
- Microsoft .NET
- vb.net doubt
vb.net doubt
This is a discussion on vb.net doubt within the Microsoft .NET forums, part of the Programming Talk category; hello, i am Neelima .i would like to create a windows form using vb.net(03),with dataadapter,dataset.For example creating a form (Resume-details) ...
-
12-03-2006, 03:05 PM #1
- Join Date
- Dec 2006
- Answers
- 3
vb.net doubt
hello,
i am Neelima .i would like to create a windows form using vb.net(03),with dataadapter,dataset.For example creating a form (Resume-details) where the data will be contained in controls like text boxes,combo boxes etc... on the form.i should be able to add,save,delete records & navigate through the database(Oracle) from front-end(vb.net) to back-end(Oracle table).can u please help regarding this.thank u.
-
Firstly You can import the Oracleclienthello,
i am Neelima .i would like to create a windows form using vb.net(03),with dataadapter,dataset.For example creating a form (Resume-details) where the data will be contained in controls like text boxes,combo boxes etc... on the form.i should be able to add,save,delete records & navigate through the database(Oracle) from front-end(vb.net) to back-end(Oracle table).can u please help regarding this.thank u.
Then create a Oracleconnection
Assign the connection string to the oracle connection( Data Source, User id, Password)
Open the connection Then using the queries u can do all the queries
-
u mean to say that u need a quick application.....
-
02-24-2007, 07:54 AM #4
- Join Date
- Jan 2007
- Answers
- 1
solution
if u want that ur controls also adds the data then u have to use simple or complex binding for that it will allow u to navigate through the dat also for more details email me at sadakat_ali20@yahoo.co.inhello,
i am Neelima .i would like to create a windows form using vb.net(03),with dataadapter,dataset.For example creating a form (Resume-details) where the data will be contained in controls like text boxes,combo boxes etc... on the form.i should be able to add,save,delete records & navigate through the database(Oracle) from front-end(vb.net) to back-end(Oracle table).can u please help regarding this.thank u.
-
Sponsored Ads

Reply With Quote






