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

Thread: OLEDB

  1. #1
    Join Date
    Jun 2000
    Location
    India
    Posts
    12

    OLEDB

    Can I use OLEDB directly through Visual Basic without going through ADO etc.?

    Thanks


  2. #2
    Join Date
    Jun 2001
    Posts
    77

    Re: OLEDB

    i dont think so, eventhough OLEDB is build upon COM, it doesnt support dispatch interface,
    hence visualbasic cannot access it...
    still you can use ADO which utilize OLEDB and supports dispatch interface ....



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