I modified the data path in the control pannel of the server. it wasted our time because there is no instruction on the rule of the data path. As I said, I still can't write data into the remote Access. Is that my code problem or server side problem? To retrieve data from database, I didn't use any code about userid and password. My code is as following:
Set Con=Server.CreateObject("ADODB.Connection")
dbpath=Server.MapPath("/xxx/cuxxx.mdb")
con.open "provider=microsoft.jet.oledb.4.0; data source="&dbpath&""
In terms of writing data into database, whether I need add some code about userid and password? Thank you all.
Set Con=Server.CreateObject("ADODB.Connection")
dbpath=Server.MapPath("/xxx/cuxxx.mdb")
con.open "provider=microsoft.jet.oledb.4.0; data source="&dbpath&""
In terms of writing data into database, whether I need add some code about userid and password? Thank you all.