HO scritto la query :

strSQL = "select limit 1,5 primopiano.nome,urlfoto from software,primopiano where primopiano.nome=software.nome and dal <= '" & Now.Year & "-" & Now.Month & "-" & Now.Day & "' and al >= '" & Now.Year & "-" & Now.Month & "-" & Now.Day & "' order by dal"


ma ricevo questo errore


#42000You 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 2,5 (primopiano.nome,urlfoto from software,primopiano) where primopiano.no' at line 1

che mi è comparso dopo aver aggiunto select limit 2,5...... dove sbaglio??? centra cheil db è su mySQL?