fastix: ASP und MySQL

Beitrag lesen

strDatabase = "DATABASE=C:\mysql\data\mysql;"
Du musst erst eine Datenquelle anlegen. Dazu brauchst Du den MySQL-ODBC-Connector.

Download:
http://www.mysql.com/downloads/download.php?file=Downloads%2FMyODBC3%2FMyODBC-3.51.06.exe&mirror=http%3A%2F%2Fsunsite.informatik.rwth-aachen.de%2Fmysql%2F

Installieren.... kein Neustart :)

Über Start-Einstellungen-Systemsteuerung-Verwaltung-Datenquellen(ODBC)
die System-DSN erstellen:

http://fastix.dyndns.org/tests/mysql_odbc_1.gif

und:

http://fastix.dyndns.org/tests/mysql_odbc_2.gif

Testen:

http://fastix.dyndns.org/tests/mysql_odbc_3.gif

und dann:

strDatabase = "DATABASE=test"

fastix