newlearner
New member
- Local time
- Today, 06:08
- Joined
- Sep 9, 2010
- Messages
- 3
cn.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0; " & _
"Data Source=" & App.Path & "\users.accdb" & _
"Jet OLEDB
atabase Password=yani;"
that is my connection string. can somebody please tell me what's not right on it? I cant figure it out.
I am a newbie in learning access and I am using 2007 version.
"Data Source=" & App.Path & "\users.accdb" & _
"Jet OLEDB

that is my connection string. can somebody please tell me what's not right on it? I cant figure it out.
I am a newbie in learning access and I am using 2007 version.
Last edited by a moderator: