PDA

View Full Version : Data Access Page Help


mattaub
01-13-2004, 04:51 AM
I created a Data Access Page and connected it to my Access 2000 database (mattdata.mdb). It worked fine on my local computer.

Before I uploaded my data access page and access database, I changed the ConnectionString in the data access page to e:\web\mattaubucho\htdocs\mattdata.mdb; which should be the server path to the file (I think).

After I did that, I uploaded the data access page and access database to the root directory, but when I open the data access page, there is just a blank screen.

What am I missing?

Any help would be great. I am using Office 2000.

Matt.

PS -- I also tried using server.mappath("mattdata.mdb"), and got the same results.

bruce
01-13-2004, 06:34 AM
Matt,

data access page is not supported.

Try use ASP or ASP.net instead.

[b]quote:Originally posted by mattaub

I created a Data Access Page and connected it to my Access 2000 database (mattdata.mdb). It worked fine on my local computer.

Before I uploaded my data access page and access database, I changed the ConnectionString in the data access page to e:\web\mattaubucho\htdocs\mattdata.mdb; which should be the server path to the file (I think).

After I did that, I uploaded the data access page and access database to the root directory, but when I open the data access page, there is just a blank screen.

What am I missing?

Any help would be great. I am using Office 2000.

Matt.

PS -- I also tried using server.mappath("mattdata.mdb"), and got the same results.


</blockquote id="quote"></font id="quote">