Connecting FP03 to MySQL database

G

Guest

My web host includes MySQL. I have created FP03 Forms on my web page. I have
set up corresponding Fields in a Table in MySQL, First Name, Last Name,
Address, City, State, Zip, etc.
My web host won't give me guidance with FrontPage, so how do I my Forms
connect with my databse (Mysql)? What is the next step?
Thanks.
 
T

Thomas A. Rowe

What scripting language is support by your host? FP can only create connections using ASP / ASP.net,
any other have to be create by you manually.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

You CAN use FP2003 to connect to a MySQL database if your ISP sets up an ODBC
connection for you that points at your database. Then you must use ASP to
connect to the ODBC connection to mainipulate your data.
 
M

MD Websunlimited

Sure but you can not use the DRW or DIW to work with a MySQL database. Therefore, FP is not connecting to the database.
 
R

Ronx

DRW appears to work nicely with MySQL, though I do have issues with the DIW
(but I have yet to read the manual for mySQL, so the database tables could
be badly set up)

see www.rxs-enterprises.org/tests/mysql/ for an example.

Ron
--
Reply only to group - emails will be deleted unread.


MD Websunlimited said:
Sure but you can not use the DRW or DIW to work with a MySQL database.
Therefore, FP is not connecting to the database.
 

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