[Lazarus] Using parameters with sqldb

JoshyFun joshyfun at gmail.com
Mon Sep 28 23:02:41 CEST 2009


Hello Lazarus,

Monday, September 28, 2009, 10:20:49 PM, you wrote:

AR> ParamByName['filtro'].Value = 'TESTE%' right before the Open(). What am I
AR> doing wrong?

Try using:

.ParamByname('filtro').AsString:='TESTE%';

.Value is not a good friend.

-- 
Best regards,
 JoshyFun





More information about the Lazarus mailing list