Help, I cannot open a password protected database connection. When using the following code as the connection string, I get the error msg "Not a valid Password"
strCon = "Provider=Microsoft Jet 4.0 OLE DB Provider" & _
";Data Source=" & sDbPath & _
";Password=workman"
Any suggestions please. (i have a password set on the DB, but no user accounts and no system.mdw file)



