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

    COM object btw ADO and VB client

    I'm going to decide a middle COM object that using ADO objects to access a database server, to make use of some central security rule. However, if i write the methods for accessing database, then VB clients can't use the data controls to have database ability. How can i make the control that can be used in VB, but still have database bound ability ??


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: COM object btw ADO and VB client

    AFAIK you'll have to write an OLEDB (simple)Provider. VB Apps can than use that for data binding.


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