|
-
Apr 13th, 2000, 09:44 AM
#1
Thread Starter
New Member
hi
I have tried that , but it doesn't seem to work. I was thinking that probably there is something wrong with App.Path but I have no clue what should be there instead? anybody, help?
-
Apr 13th, 2000, 10:16 PM
#2
Guru
Its probably your connection string
change this:
Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;" & _
"Persist Security Info=False;" & _
"Data Source=" & App.Path & "\mailingList.mdb;"
'"Mode=Read|Write|Share Deny None;"
To This:
Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source=" & App.Path & "\mailingList.mdb"
You don't need that extra crap on the end unless you need a special edit mode....
Tom
-
Apr 14th, 2000, 05:11 AM
#3
Thread Starter
New Member
the same error
yes, It seems that I don't need those extra things, but I still get the same error. any suggestions?
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
|