Is there any way to connect to my database(.mdb) without setting up a reference?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chuckzter
    New Member
    • Oct 2007
    • 56

    Is there any way to connect to my database(.mdb) without setting up a reference?

    The one that i'm using is Microsoft ActiveX Data Objects 2.8 Library.

    Also, compiling the whole program is not a choice since that already takes care of the reference list.

    I have 3 hours. Help anyone?

    Thanks in advance.
  • chuckzter
    New Member
    • Oct 2007
    • 56

    #2
    Okay, for future reference anyone?

    Thanks in advance.

    Comment

    • vb5prgrmr
      Recognized Expert Contributor
      • Oct 2009
      • 305

      #3
      Yes, you can use late binding with ADO... So use your friends (yahoo, google, ask, answers, bing) to search for vb6 late binding ADO or vb6 createobject ado...



      Good Luck

      Comment

      • chuckzter
        New Member
        • Oct 2007
        • 56

        #4
        Sounds great, i googled it and it might be the answer to my question. Thanks!

        Comment

        Working...