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!

I am getting error "80004005 Could Not Find File"

Status
Not open for further replies.

dereski

Technical User
Feb 28, 2007
2
CA
Hey all,

I am trying to connect to my database but I am getting error "80004005 Could Not Find File" Any Ideas as to why? I tried recreating the database again, just in case it was corrupted but same result. I am using VBA

Set MyConn = New ADODB.Connection
MyConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=N:\new parcel\WawaDogs;"

'Open the connection
MyConn.Open

'Create a ADO recordset that will contain data from access table
Set MyRecSet = MyConn.Execute("SELECT * WawaDogs")

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top