Results 1 to 5 of 5

Thread: OLE DB and ADO

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Posts
    3

    Question

    I have been asked to do an application using OLE DB and ADO which will connect to an Access database and a SQL server. Does VB 6.0 Pro come with all that I need, or is there more. From MS's web site, I understand that I need some third party controls, like the ISGData control. Is this true? Tell me what you know, and any referencing web sites to help me get started would help. Thanks

  2. #2
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    your installation should contain everything you will need to manupulate an access db using ADO

    it's a good idea to put ServicePack 4 for visual studio on, as this will give you ADO 2.5


    the standard DBGrid that comes with VB will bind to an ADO recordset - purchasing a grid will just give you more functionality. All the other types of control( text boxes, dblists etc) will bind to ADO as easily as they would to DAO

    hope this is of some help...

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Posts
    3
    Your information is useful. Thanks. But, how does ADO and OLE DB go together. Are they two separate concepts, or is ADO a functionality of OLE DB. Is ADO the only thing i need to be concerned with at this time?

  4. #4
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    ADO is the Object based interface to OLE DB.

  5. #5
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    gwt

    As JHausmann stated, ADO is the object based (VB friendly) interface to OLEDB.

    You can't directly interface with OLEDB for some technical reason I didn't care to remember, so you only have to concern yourself with ADO at this time.

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