Hi,
To access my system, the user must enter a password. This pass must be the same of my MS Access DB.
The system must try use the DB with the entered password. If sucessful, show informations. Else, show a message "wrong password".
I'm using Dataset, then I must manipulate the connection string. But how????
Like this:
String ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\\database.mdb;Persist Security Info=True;Jet OLEDB:Database Password=" + passwordTextBox.text
How can I can use this conection string?
Tks,
Patrick Coelho - www.criapix.com.br