Database Integration: which would work better?

J

Jason Lopez

I have a database that I am looking to use where the data contained needs to
be accessible on a read-only basis through a web page. I have already
gotten one Data Access Page created (and working pretty well). But I cannot
seem to get the next page working as I am wondering if there could be
something interfering with the relationships.

So I am wondering if it would be easier to create this page in FrontPage
2003 or try and troubleshoot the problems I am having in trying to make this
a Data Access Page. In the opinion of the community, which would be easier?
So far I have tried this one query in several ways and it does not display
the information the way I need it to; only as a sum in one field and no
additional information. Would FP allow for easier display of this query?
Or is there something about this query that I am missing?

Jason Lopez
 
T

Thomas A. Rowe

You should post this to the Access newsgroup, if you want to work with Data Access Pages. Also see:
http://databases.about.com/od/tutorials/ss/dataaccess.htm

You can use FP database components to display data from an Access database table via ASP/VBScript,
this would allow the page to be viewable in any browser / platform.

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

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

Jason Lopez

Thanks, Tom, for the direction on what is possible with FP2003. From the
aspect of DAP's (hopefully this is in the DAP newsgroup as well), are there
any opinions?

Jason Lopez
 
D

David Berry

I prefer to write my own rather than use the FrontPage Database Wizards.
It's easier to customize the code.
 
Top