I'm trying to use parameters with sqldb with no success. At the moment I'm assembling the entire SQL command, but I would like to be able to use the Params property. Is there any online tutorial about this? The SQL.Text property of the SQLQuery object ends with '... LIKE :filtro' and there's a ParamByName['filtro'].Value = 'TESTE%' right before the Open(). What am I doing wrong?
-- Atenciosamente, Alexsander da Rosa Linux User #113925 "Extremismo na defesa da liberdade não é defeito. Moderação na busca por justiça não é virtude." -- Barry Goldwater
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
