R
Rac
Hi,
I'm trying to make the web application on IIS by using mdb file.
I've set up the environment as described in documents found on the internet,
but when I open the page, I get the error 'An error occured trying to use
"TABLE_NAME". Check too see that the object exists'.
It seems that the page finds the connection to database, but it doesn't find
the table.
Page settings
ConnectionString: ...DataSource=http://servername/MyApp/database.mdb
UseRemoteProvider=True
If the mdbpath is set to C:\folder\database.mdb and UseRemoteProvider=False,
I can get the data, but only on the machine where the IIS is installed.
I'v tried to use DataSource=\\servername\MyApp\database.mdb but it doesn't
work.
Can anybody tell me what have I to set to reach the database on IIS by using
ADP?
thanks
I'm trying to make the web application on IIS by using mdb file.
I've set up the environment as described in documents found on the internet,
but when I open the page, I get the error 'An error occured trying to use
"TABLE_NAME". Check too see that the object exists'.
It seems that the page finds the connection to database, but it doesn't find
the table.
Page settings
ConnectionString: ...DataSource=http://servername/MyApp/database.mdb
UseRemoteProvider=True
If the mdbpath is set to C:\folder\database.mdb and UseRemoteProvider=False,
I can get the data, but only on the machine where the IIS is installed.
I'v tried to use DataSource=\\servername\MyApp\database.mdb but it doesn't
work.
Can anybody tell me what have I to set to reach the database on IIS by using
ADP?
thanks