Search found 2 matches

by derles
11.07.2013, 17:30
Forum: Firebird
Topic: ExecuteDirect: where to read error message ?
Replies: 0
Views: 2092

ExecuteDirect: where to read error message ?

Hello. I?m using Zeos with Lazarus and Firebird. When I needed to execute an INSERT, UPDATE or DELETE sentence, I usually used a ZQuery component, with the ExecSQL method. As in this code portion: (sQ variable contains mi SQL sentence). try zQuery01.SQL.Text:= sQ; zQuery01.ExecSQL; Result := True; e...
by derles
11.07.2013, 17:28
Forum: Firebird
Topic: ExecuteDirect: where to read error message ?
Replies: 0
Views: 1975

ExecuteDirect: where to read error message ?

Hello. I?m using Zeos with Lazarus and Firebird . When I needed to execute an INSERT, UPDATE or DELETE sentence, I usually used a ZQuery component, with the ExecSQL method. As in this code portion: (sQ variable contains mi SQL sentence). try zQuery01.SQL.Text:= sQ; zQuery01.ExecSQL; Result := True; ...