++++++++++connectionstring+++++++++

G

Guest

After creating a data access page for editing a table by
using wizard on Access 2003, I tested the page in browser
OK. I tried to modify the connectionstring by adding:

Remote Provider=Microsoft.Jet.OLEDB.4.0;Remote
Server=http://myserver.com;

in the page in order for me to access the page from
Internet but it failed. The original connectinstring is:

Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data
Source=Z:\Data\data.mdb;Mode=Share Deny None;.......

Any idea? Thanks.
 
Top