ei i have a vb program trying to connect to a password protected access db but i'm getting the error "could not find installable ISAM", any help pls! i'll appreciate, thx!
here's my code
strConnect = "Jet OLEDB
atabase Password=password;DataSource=" & App.Path & "\database\DB_GL.mdb;"
Set AdoCn = New Connection
AdoCn.Provider = "microsoft.jet.oledb.4.0"
AdoCn.Open strConnect, "", ""
here's my code
strConnect = "Jet OLEDB
Set AdoCn = New Connection
AdoCn.Provider = "microsoft.jet.oledb.4.0"
AdoCn.Open strConnect, "", ""