|
-
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
-
Mar 21st, 2006, 04:58 AM
#2
Re: ADO equivalent
There are not ADODC controls in .NET. You will have to use ADO.NET which much more better than old ADO.
You should be readin Overview of ADO.NET on MSDN
Use [code] source code here[/code] tags when you post source code.
My Articles
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
|