T
TNGgroup
Hi,
I create a Dbase connection (My first), using a system DSN file on my
webserver (IIS6) pointing to a Dbase on a File Server.
When opening my asp page, I got the error that or the mdb is opened
exclusively or I don't have enough rights.
I'm 100% sure that the file is not open, but the question is, about those
rights, is it the account logged on to the webserver which need access to
the file server or is it the user who opens the web site. anyway normally I
both accounts should have enough rights on the file server. However I only
need to extract data from the mdb, no writing is needed.
Maybe I should use another way of connecting.
Thx in advance
TNGgroup
Code used
I create a Dbase connection (My first), using a system DSN file on my
webserver (IIS6) pointing to a Dbase on a File Server.
When opening my asp page, I got the error that or the mdb is opened
exclusively or I don't have enough rights.
I'm 100% sure that the file is not open, but the question is, about those
rights, is it the account logged on to the webserver which need access to
the file server or is it the user who opens the web site. anyway normally I
both accounts should have enough rights on the file server. However I only
need to extract data from the mdb, no writing is needed.
Maybe I should use another way of connecting.
Thx in advance
TNGgroup
Code used