Search found 2 matches

by haste
19.04.2007, 18:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Query that do not a result, while it must!
Replies: 2
Views: 566

btrewern: Thanks! With your corrections it works!
by haste
19.04.2007, 02:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Query that do not a result, while it must!
Replies: 2
Views: 566

Query that do not a result, while it must!

Hello! I use ZEOS 6.6.1 with Firebird 1.5.4 and Delphi 2006. With that query procedure TForm1.LoginBnClick(Sender: TObject); begin try ZQuery1.SQL.Clear; ZQuery1.sql.add('SELECT * FROM USER WHERE UNAME = :UserNameTxt AND PW = :PasswordTxt'); UserNameTxt.Text := ZQuery1.ParamByName('UserNameTxt').AsS...