hi
when i m connect a database using ado code.
i m getting an error message "not a valid password"
code is
dim cnnstr as string
cnnstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path + "\safal_data.mdb;Jet OLEDB:Database Password=MyDbPassword;"
plz solve my prob immidietly.
