Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linking Access Tables using VB
Message
De
05/06/2001 05:01:28
 
 
À
01/06/2001 12:03:35
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00512304
Message ID:
00514974
Vues:
9
This should open your database with access security:

DBEngine.SystemDB = "complete_path\system.mdw"
Set ws = DBEngine.CreateWorkspace("", "username", "password")
Set db = ws.OpenDatabase("complete_path\database.mdb")
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform