Search found 2 matches

by klandestyno
18.02.2006, 21:59
Forum: Firebird
Topic: Problem with query and parameters (D3 + IB + Zeos)
Replies: 2
Views: 1983

Tnks

The app was running ..
But I receive the MessageError

Code: Select all

 
Column Unknown 
DATE 
Where 'DATE' is my parameter name.
[]'s
by klandestyno
18.02.2006, 17:08
Forum: Firebird
Topic: Problem with query and parameters (D3 + IB + Zeos)
Replies: 2
Views: 1983

Problem with query and parameters (D3 + IB + Zeos)

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; **********************************...