-----Original Message-----
How i work the frontpage 2002 with MySql and MS-SQL
data ?
Exist also addins?
I want work queries, updates, delete, inserts....
thanks for help
Vivian
For MS-SQL, The FrontPage Save Results component can add
one record to a database each time the visitor submits an
HTML form. You configure this in the Form Properties
dialog box.
There's also a Database Results Wizard that can display
the contents of a database on a Web page. To use this,
choose Database fromt eh Insert menu, and then Results.
Finally, there's "Database Interface" wizard the creates
Web pages ad administrator might use for viewing and
updating the raw content of a database. This is where you
can view, add, update, and delete records. To create one
of these, displays the Web Templates dialog box and then
select Databse Interface Wizard.
If you need more flexibility than that, you can write ASP
or ASP.NET code without too much difficulty.
As to MySql, the same components "should" work if your
Web pages run on a Microsoft Web server that has ODBC
drivers for MySql installed. But they *don't* work if the
pages run on a Unix or Linux box, even if that box has
Unix versions of ASP and ODBC running. The Unix versions
of ASP and ODBC just aren't 100% compatible.
For Web pages that run on Unix or Linux, PHP seems to be
the most popular programming environment
Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*