How to connect microsoft access to visual basic?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Liz10
    New Member
    • Mar 2008
    • 2

    #1

    How to connect microsoft access to visual basic?

    hi, im a new member here and i hope that you can help me with my problem..thanks ..
  • lee123
    Contributor
    • Feb 2007
    • 556

    #2
    hey liz10 what exactly are you trying to do. You need to be more specific when posting a question like this. So we can be of help to you better.

    lee123

    Comment

    • VBWheaties
      New Member
      • Feb 2008
      • 145

      #3
      Last edited by VBWheaties; Mar 4 '08, 09:42 PM. Reason: Added link to a more helpful tutorial

      Comment

      • Liz10
        New Member
        • Mar 2008
        • 2

        #4
        i need to connect my ms access 2007 to vb 6.0 without using the visual data...

        Comment

        • VBWheaties
          New Member
          • Feb 2008
          • 145

          #5
          Originally posted by Liz10
          i need to connect my ms access 2007 to vb 6.0 without using the visual data...
          Use ADO.Connection object.
          Set the connectionstrin g property.
          Call Connection objects OPEN method.
          The connectionstrin g property is what will vary.
          For that, no programmer is complete without this handy webpage:
          http://www.connections trings.com

          Once connection is established.
          Use Recordset objects.
          ADO is easy to learn. Check out microsofts reference for ado:
          http://msdn2.microsoft .com/en-us/library/ms678086(VS.85) .aspx

          Comment

          Working...