I have an vbasic script that updates a webpage database records.
The script updates additions and deletions, but will not update field changes, this is because the run is pointing to an old server InetPub (I recently updated to the Arvixe host site) and produces the error message below
Microsoft JET Database Engine error '80004005'
'E:\InetPub\esvc000072\DB\NetBooklist.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
/newadmin/ApplyDB.asp, line 199
The script is run at and then click here at item 4.
the script is applydb.asp which calls common.asp where the server is assigned
The script updates additions and deletions, but will not update field changes, this is because the run is pointing to an old server InetPub (I recently updated to the Arvixe host site) and produces the error message below
Microsoft JET Database Engine error '80004005'
'E:\InetPub\esvc000072\DB\NetBooklist.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
/newadmin/ApplyDB.asp, line 199
The script is run at and then click here at item 4.
the script is applydb.asp which calls common.asp where the server is assigned