Not sure if this is a problem, but I have found that the connection strings
give me less trouble when NOT leaving white space in it (except in names
that contain them, of course):
strConn = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
Server.MapPath("../Zofan.mdb")
You can also use the OLDEB connection instead of the DSN-less ODBC
connection string:
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
Server.MapPath("../Zofan.mdb")
HTH,
Tore.
-----Original Message-----
From: Babiker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 13, 2002 5:49 PM
To: ActiveServerPages
Subject: RE: Unspecified error
This is string connection
When I got an error some where it breakes all my application
even thos working perfect one.I am using same connection string for all my
application
strConn = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" &
Server.MapPath("../Zofan.mdb")
---
You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
%%email.unsub%%
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]