grazie per la risposta
allora ho provato il codice
ho scritto in questo modo
Set Rs_aaa = Server.CreateObject("ADODB.Recordset")
comm.CommandText = "SELECT * FROM eventi WHERE evento_attivo = 1 and mese = '" & strmese & "' and anno = '" & stranno & "' and CONCAT (',', biografie ,',') LIKE '%," & search & ",%' ORDER BY datainizio asc"
ma ho questo errore
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-4.1.25-standard-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(',', biografie ,',') LIKE '%,238,%' ORDER BY datainizio asc' at line 1


Rispondi quotando