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