access page

G

gpl666666

Hi
I create a databse using Access, and use Access to create three
webpages(each connect to a table in my database), when I add the data
on the webpage, it supposed to add data in the remote database(remote
database is on the server) instead it added data on the local
database(on my loca C drive)
this is so strangge.....
 
D

David Berry

Did you publish all the pages? When you add the data is are you doing it
from the web site or from your local PC (ex: http:\\localhost\webname)?
What's your connection string look like (leave out the user name and
password if any)?
 
G

gpl666666

Did you publish all the pages? When you add the data is are you doing it
from the web site or from your local PC (ex: http:\\localhost\webname)?
What's your connection string look like (leave out the user name and
password if any)?






- Show quoted text -

Hi
I publish all pages
and I add data from webpages

Vickie
 
T

Thomas A. Rowe

The database needs to be on the same server as the Website (http) and then you would use the FP
database components

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Top