Results 1 to 2 of 2

Thread: ADO equivalent

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    34

    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

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    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
  •  



Click Here to Expand Forum to Full Width