hi,
i've this code:
Dim cursor As Cursor
cursor = sqldb.ExecQuery("SELECT partecipanti.id,squadre.nome FROM partecipanti JOIN squadre ON partecipanti.idsquadra=squadre.id WHERE partecipanti.idtorneo =?", Array As String(frmtorneo.idtorneo))
and in this code there's an error, the error message is: "Too many parameters"
where am I wrong?
i've this code:
Dim cursor As Cursor
cursor = sqldb.ExecQuery("SELECT partecipanti.id,squadre.nome FROM partecipanti JOIN squadre ON partecipanti.idsquadra=squadre.id WHERE partecipanti.idtorneo =?", Array As String(frmtorneo.idtorneo))
and in this code there's an error, the error message is: "Too many parameters"
where am I wrong?