Re: Mac asp<->MySQL -
06-11-2004
, 09:31 AM
When you create a site definition, select ASP (either VBScript or JScript,
whichever you're most comfortable with). ASP will connect with just about
any database as long as there's an ODBC driver for it, and MySQL has one.
So it's just like connecting via Access, SQL Server, or anything else, and
can be done via DSN or DSN-less connection.
ADO connection strings for MySQL can be found here:
http://www.dwteam.com/Articles/ado/index.asp
Best regards,
Chris |