Make a file on harddrive the constant datasource

Brad_512

Registered User.
Local time
Today, 17:07
Joined
Jun 16, 2006
Messages
19
Can anyone help me with setting up a Visual Basic project to where the datasource I use is a Access database on my harddrive. This Access database isn't linked to a server or anything. It's just a database I created and would like for my project to open this file everytime it's attempting to pull data. How can I make this connection? If I am able to use ADO, how do I go about doing this? I would think ADO wouldn't be necessary though.
 
You must have a way to use either DAO or ADO to open an Access database from a VB program. Search this forum for the topics of "VB program" and "DAO" (possibly "external DAO" as well).
 

Users who are viewing this thread

Back
Top Bottom