Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I connect to an Access MDB with security
Message
De
04/05/2001 02:38:01
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Access
Titre:
How do I connect to an Access MDB with security
Divers
Thread ID:
00503361
Message ID:
00503361
Vues:
63
I'm currently using the following code to connect to an access mdb:

Set cnResources = New ADODB.Connection
cnResources.ConnectionString = "DSN=Resources"

Where Resources is the mdb file. Just recently, security access has been implemented in the database via workgroups/usergroups. How do I modify my code so that I am able to connect to the mdb file and create queries in VB6? I've already created a form where the user can log-in and enter his user name and password. Hoping for your advice. Thanks.


Ramon
Répondre
Fil
Voir

Click here to load this message in the networking platform