Database access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the best way to have the public access a database of tapes that I
have listed. It is quite large.
 
One of the easiest query methodologies uses alphanumeric link selectors 0-9
A-Z. Once a result set is returned to the client (browser) the process of
'paging' is used to display another set of links to allow paging through x
of y records for example.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 
Can this be accomplished thru FrontPage.
If so can you point me in the right direction.
I thought about exporting the database as an html file but it would be too
large.

Rick
 
You should be able to do this using the FP database components, as long as your site is hosted on a
Windows IIS web server with ASP, Access and the FP extensions available. See FP Help.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Is there any special way that this database should be saved.
Meaning the type of view that it is saved in.

Thanks,
Rick
 
You would use ASP to display the content from the database on the web, what you are able to do in
Access is not useable on the web.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top