See this URL:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndao/html/daotoado.asp
Look for the heading:
Share-level (password-protected) databases
From the page:
ADO
Sub ADOOpenDBPasswordDatabase()
Dim cnn As New ADODB.Connection
cnn.Open "Provider=" & _...
I'm supporting a user with an application that uses an encrypted (password protected) Paradox db. Using MS Access 2000 I can open the database file(s) directly, am prompted for a password, and viola! I can see all of the data in the tables. Simple.
Except, I want to write an application in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.