Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO Connection
Message
De
11/12/2001 15:54:28
Jason Dalio
Northern Interior Regional Health Board
Prince George, Colombie Britannique, Canada
 
 
À
10/12/2001 19:44:38
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Divers
Thread ID:
00592465
Message ID:
00592936
Vues:
16
The way you are specifying the provider string is incorrect if you are trying to use a password. It should be (double-quotes replaced by []):

oConn.Open []Provider=Microsoft.Jet.OLEDB.4.0;Data Source=[] & filePath & [];User ID=Admin;Password=blargaria[]

Also, if you want to track down the problem if this doesn't work, remove the database password and try connecting with no password or user id set. Then at least you know if it is a problem with the security.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform