Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Path to Back End Database

Status
Not open for further replies.

Adams

Technical User
Mar 10, 2001
44
0
0
US
I am trying to connect to a back end database. This is the code I am using:

strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Work\ContactManagement_BE.mdb"

This is all one one line.
The error that I am receiving is that it can not find the file(ContactManagement_BE.mdb) I am using Access 2000 What am I doing wrong?
 
Adams

propably you don't have the correct path or file name. It could be the spellinig.............
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top