Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Password protected Access database
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00188706
Message ID:
00189159
Vues:
24
>
>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")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform