Data Access Page

K

kujosventures

Dear Access Guru Team,

Please could anyone help me? I build data access page base on a single
table. The page works perfectly in my Internet explorer in my laptop before
uploading.

After uploading I have change the Access .mdb file location as below example
that read the location of the mdb file in my server

<a:ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data
Source=http://www.myservername.com/secdata.mdb;Mode=ReadWrite

But whenever I call up the page from the Internet in my web site it does
display the below dialog box error message consequently

Not a Valid file Name
Data Provider could not be initialized

After the error it display field name with # sign in the dynamic field box

E.g. ID #Name?

Regards


Taiwo (UK)
 
Top