How do I connect a MySQL database to Frontpaget?

K

KB Smith

I can't figure out how to connect a MySQL server to a Frontpage database Web
project. I've already installed MySQL's odbc drivers for the machine I'm
working on, yet Frontpage only offers me the option of connecting Microsoft
SQL Server and the Micrsoft Oracle ODBC. Any ideas?
 
P

p c

You need to write your own script code and connection strings.

Are you uing ASP or PHP? Do a google search for "tutorial MySQL" and the
scrip language you can use.

Then in FP edit/create the page in HTML code when you working with
script code. You can switch to normal view when you are just doing
regular HTML. You must save the file with the appopriate file extension,
e.g. .ASP, .php.

...PC
 

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