Hi!
I'm woking on my cms sytem.
I want to do this:
My admin system lies on one domain on the server. eg. d:\binaer\admin \
When the clients open the admin page, the system opens the clients database.
eg. d:\clientsdomai n\db\
But when I try to open a database wich is not on the same domain, BUT on the
same harddisk I get this error:
Microsoft JET Database Engine error '80004005'
Not a valid file name.
/nova/execute_login.a sp, line 30
I know it works to open a database from anoter iis accont, because I have
tried to do this with
With the database editor I can browse the whole harddisk, and open wich ever
database i want to....
The code I used to open the database looks like this:
AdoConnection = "Provider=Micro soft.Jet.OLEDB. 4.0;Data
Source=d:\fager nesweb.no\sites \centrumur\nova \_db\db.mdb"
cn.Open(AdoConn ection)
Then I get the error
Microsoft JET Database Engine error '80004005'
Not a valid file name.
/nova/execute_login.a sp, line 30
I'm woking on my cms sytem.
I want to do this:
My admin system lies on one domain on the server. eg. d:\binaer\admin \
When the clients open the admin page, the system opens the clients database.
eg. d:\clientsdomai n\db\
But when I try to open a database wich is not on the same domain, BUT on the
same harddisk I get this error:
Microsoft JET Database Engine error '80004005'
Not a valid file name.
/nova/execute_login.a sp, line 30
I know it works to open a database from anoter iis accont, because I have
tried to do this with
With the database editor I can browse the whole harddisk, and open wich ever
database i want to....
The code I used to open the database looks like this:
AdoConnection = "Provider=Micro soft.Jet.OLEDB. 4.0;Data
Source=d:\fager nesweb.no\sites \centrumur\nova \_db\db.mdb"
cn.Open(AdoConn ection)
Then I get the error
Microsoft JET Database Engine error '80004005'
Not a valid file name.
/nova/execute_login.a sp, line 30
Comment