ho aggiornato mysql, installato gli odbc e mi sputa sto errore
http://www.informacalcio.it/00classifica0506.asp

stringa di connessione
---------
data_source = "DSN=name"
Set con = Server.CreateObject("ADODB.Connection")
con.Open data_source
sql = "SELECT * FROM tabella"
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open sql, con
------------

server win200 sp4

qualche suggerimento?

Grazie