CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    2

    Talking Do VB.net use OLE DB to access database?

    Hi,

    As far as I know, VB6 doesn't use OLE DB to access database, instead it uses ADO, which is not as efficient as OLE DB in VC++ 6. I am not sure if VB.net uses OLE DB to access database. Is there any body to who can correct me if I am wrong?

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    Yes it does (or can, to be more precise).

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

Featured