|
-
Mar 26th, 2000, 06:30 AM
#1
Thread Starter
Addicted Member
ado could not find the specified error is what i am getting
that's the error im receiving here is my code:
Set mCN = New Connection
With mCN
.ConnectionString = "Provider=Microsoft.jet.oledb.4.00;datasource='c:\my documents\people.mdb'"
.CursorLocation = adUseClient
.Open
does anyone have an ideas what the problem could be; i would appreciate any help.
i have mdac 2.1 installed
i was using the same provider but with 3.51 and received an isam error and then i changed it to 4.00; which is what i need it to be as i am using an access 2000 database.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|