Problème Connexion BDD (ASP) [Résolu]

Problème Connexion BDD (ASP) [Résolu] - SQL/NoSQL - Programmation

Marsh Posté le 15-06-2004 à 10:24:39    

lu.
 

Code :
  1. <% dbPath = Server.MapPath("data/bdd.mdb" )
  2. Set cnx = Server.CreateObject("ADODB.Connection" )
  3. StringCnx = "provider=MICROSOFT.JET.OLEDB.4.0; DataSource=" & dbPath & ";User ID=Administrateur;Password=******;"
  4. cnx.open StringCnx %>


 
 
Qu'est-ce qui ne vas pas las dedans ? (Access 2000)
pour l'User ID on met quoi :??:


Message édité par Dr Raf le 15-06-2004 à 11:52:00
Reply

Marsh Posté le 15-06-2004 à 10:24:39   

Reply

Marsh Posté le 15-06-2004 à 10:32:53    

Code :
  1. Microsoft JET Database Engine error '80040e4d'
  2. Impossible de démarrer votre application. Le fichier d'informations du groupe de travail est absent ou ouvert en mode exclusif par un autre utilisateur.

Reply

Marsh Posté le 15-06-2004 à 11:48:54    

Code :
  1. <% Set cnx = Server.CreateObject("ADODB.Connection" )
  2. cnxString = "Provider=Microsoft.Jet.OLEDB.4.0;data source=" & Server.MapPath("data/bdd.mdb" )
  3. cnx.Open cnxString %>


 
 
sbon.


Message édité par Dr Raf le 15-06-2004 à 11:49:09
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed