hi, im a new member here and i hope that you can help me with my problem..thanks ..
How to connect microsoft access to visual basic?
Collapse
X
-
Comment
-
Use ADO.Connection object.Originally posted by Liz10i need to connect my ms access 2007 to vb 6.0 without using the visual data...
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) .aspxComment
Comment