I havent bother with setting password on databases before and am giving it a go now, but get an error message:
"cannot find installable ISAM"
this was my connection string before setting the password:
And this is it including the password being pased to the string:
all help gratefully received
"cannot find installable ISAM"
this was my connection string before setting the password:
Code:
gconnConnection = ("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\carl\My Documents\Sol\rs.mdb;Persist Security Info=False")
And this is it including the password being pased to the string:
Code:
gconnConnection = ("Provider=Microsoft.Jet.OLEDB.4.0;Database password=" & Me.txtPassword.Text & ";Data Source=C:\Documents and Settings\carl\My Documents\Sol\rs.mdb;Persist Security Info=False")
all help gratefully received