Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Password protected Access database
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00188706
Message ID:
00189159
Views:
21
>
>Try this line.
>Set db = DBEngine.Workspaces(0).OpenDatabase(App.Path & "\test.mdb", False, True, "MS Access;PWD=test")

No, that doesn't work either. However this does:

db = DBEngine.OpenDatabase(App.Path, dbDriverComplete, False, ";pwd=password")
Previous
Reply
Map
View

Click here to load this message in the networking platform