Hello people .. I have a problem using parameters. I am using Delphi 3 Standard with Zeos 5.4.1 Component and Firebird Database. The code: ***************************************** With TZIbSqlQuery Do Begin Close; ParambyName('Name').AsString:= 'Value'; Open; End; **********************************...