Search found 2 matches

by dseligo
14.04.2024, 18:09
Forum: ZeosLib 7.3/8.0 Forum
Topic: Query doesn't close when SQL.Text assigned
Replies: 4
Views: 318

Re: Query doesn't close when SQL.Text assigned

Hello dseligo, How can I turn on behavior like it was in previous Zeos versions? I think you can't. This was an intentional change by Egonhugeist. See the following code from ZSqlStrings.pas: procedure TZSQLStrings.SetTextStr(const Value: string); begin if Trim(Value) <> Trim(Text) then //prevent r...
by dseligo
13.04.2024, 16:13
Forum: ZeosLib 7.3/8.0 Forum
Topic: Query doesn't close when SQL.Text assigned
Replies: 4
Views: 318

Query doesn't close when SQL.Text assigned

I installed ZeosLib 8.0.0 on Lazarus 3.2, FPC 3.2.2. I found a major problem: active query doesn't close when SQL.Text property is assigned. I think it's related to this thread: https://zeoslib.sourceforge.io/viewtopic.php?t=143732 If I create table like this: With ZQuery1 do begin SQL.Text := 'crea...