best resource to learn database import?

  • Thread starter Erin Cox-Holmes
  • Start date
E

Erin Cox-Holmes

We have a new database which we generate in a program called ACS (for
churches); it will output to access. I need to learn how to then output
results (simple contact info) into tables for an online directory of our
churches in our presbyery.

ASP is possible with my webhost, and i'm just upgrading to FP 2003.
Can anyone recommend a good resource for someone who knows nothing about
getting databases up on the web, is not a professional, but is fairly
quick when it's explained logically and one step at a time?

The result needs to look something like this:
http://www.kiskipby.org/churchinfo/graystoneindiana.htm
Thanks so much,
Erin Cox-Holmes
 
T

Thomas A. Rowe

Erin,

You should be able to do this fairly easy with a little trial and error
using the FP database component.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
T

Tom Gahagan

Hi Erin.....

For asp database scripts (some that will probably do exactly what you need)
check out
the asp section at:

www.planet-source-code.com

You will have to make some changes (table names, field names, connection
names, etc) but it is pretty straightforward.

Best......
Tom Gahagan
eThomaston
 
E

Erin Cox-Holmes

again, thanks so much

Tom said:
Hi Erin.....

For asp database scripts (some that will probably do exactly what you need)
check out
the asp section at:

www.planet-source-code.com

You will have to make some changes (table names, field names, connection
names, etc) but it is pretty straightforward.

Best......
Tom Gahagan
eThomaston
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top