Mmmmm, not sure about that?

I had this problem earlier this evening!

Are you using FP Extensions?

If not, are they installed on the server? Can they be removed?

If you search MSDN for the that error code, you will lots of stuff about
file permissions, connection strings, DB's being on different machines,
running under different users.

I removed the last ; from my ConnectionString and it worked. I also asked my
ISP to remove FP Extensions incase of any future conflicts. I wasn't using
it and it has some problems with persissions. Just get rid of it I thought.

BTW, I couldn't recommend my ISP highly enough, they're called Titan-Host,
mention me if you, or anyone else contacts them. Brownie points! :-)

Is your MDB file Read Only?

Is it open by another process? Use sysinternals to check if there's a lock
on it by another file!

Is it being opened in Exclusive mode?


HTH,
Nick




:> -----Original Message-----
:> 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 PROTECTED]

Reply via email to