|
-
Mar 21st, 2006, 04:46 AM
#1
Thread Starter
Member
ADO equivalent
Hi
I work a lot with ADO (ActiveX Data Object) controls in VB6 - the controls which you can bind to text boxes to display data from database, and also to update data and stuff.... by single statements like
ado.recordset.update
ado.refresh
ado.recordset.addnew
etc...
I want to have the same facilities in Visual Basic .NET 2005. What object should I use, and how? In a word, I am looking for the equivalent of th ADODC control of VB6 in VB.Net 2005.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|