Salve ragazzi,
ho scritto questa sintassi per la paginazione dei dati su un db mysql:
codice:
SQL = "SELECT * FROM tblMailingList where tipoditta=" & selector & " LIMIT " & inizio & ", " & PageSize
Purtroppo continuo ad avere questo errore:
codice:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14' 

[MySQL][ODBC 3.51 Driver][mysqld-4.0.20-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 'LIMIT 0, 100' at line 1
dove sbaglio!?