Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Images ++
Message
From
07/04/2002 09:11:30
Fabian Belo
Independent Developer
Argentina
 
 
To
05/04/2002 12:46:52
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00641416
Message ID:
00641931
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform