ADO Connection to Crypted Bac-end

G

Giovanni Roi

I need to connect one Access back-end Data base crypted,I see this code to
access the back-end:

Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=C:\MyData\MyData.accdb;

but what are the line of code to add to send the security password?

Can You help me.

Regards

Giovanni Roi
 
G

Giovanni Roi

Thank's Alex, I will try the connection string find in the site.
Regards

Giovanni
 
Top