MaxPower
Perch
I would like to connect several websites (on other servers) to one Access database. Is this possible with just a connection string?
I found this connection string on another forum and adapted it to my database, but I get the error below.
"PROVIDER=MS Remote;REMOTE SERVER=http://www.scottsdalefineliving.com;REMOTE PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & Server.MapPath("/data/db1.mdb")
Error: "Internet Server Error: Object/module not found.
/test.asp, line 13"
Line 13: Set Recordset1 = Recordset1_cmd.Execute
Thanks, Gary
I found this connection string on another forum and adapted it to my database, but I get the error below.
"PROVIDER=MS Remote;REMOTE SERVER=http://www.scottsdalefineliving.com;REMOTE PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & Server.MapPath("/data/db1.mdb")
Error: "Internet Server Error: Object/module not found.
/test.asp, line 13"
Line 13: Set Recordset1 = Recordset1_cmd.Execute
Thanks, Gary