12-14-2017 03:39 AM
hello ...
i use LABSQL library to access MS Access database and this database should be protected ..
when i protect the database with Password i have no more Access to it ... i have tried to find any method in this library which can take a Parameter hold the Password for example but i couldnt
can any one help plz ..
thank u guys ..
Solved! Go to Solution.
12-14-2017 04:39 AM
Usually you add the password as an additional parameter in the connection string (see the LABSQL documentation for detailed information):
Password=myPassword;
12-14-2017 04:48 AM
thnks alot Paolo ,
it has worked .