Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Images ++
Message
De
07/04/2002 09:11:30
Fabian Belo
Independent Developer
Argentine
 
 
À
05/04/2002 12:46:52
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00641416
Message ID:
00641931
Vues:
12
The problem was a wrong connection string.
I had oConnc.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("\imaginarte\database\lista.mdb")

Instead of....uConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\imaginarte\database\lista.mdb") & ";" & _
"Persist Security Info=False"
oConn.Open(uConnection)

for OLE Objects.

Thanks.
"Since I've read that alcohol is bad... I quit reading."
Me


http://www.fabianbelo.com.ar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform