Search found 4 matches

by acke
17.05.2023, 22:54
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZQuery raising errors
Replies: 5
Views: 554

Re: ZQuery raising errors

Now after a little research, I found that it only causes problems with Delete and Refresh.
by acke
17.05.2023, 18:44
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZQuery raising errors
Replies: 5
Views: 554

Re: ZQuery raising errors

I wrote.... it works normally with insert, but it doesn't work with delete and refresh.
by acke
17.05.2023, 18:43
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZQuery raising errors
Replies: 5
Views: 554

Re: ZQuery raising errors

marsupilami wrote: 17.05.2023, 08:10 Hello acke. This is expected. What is the problem?
I wrote.... it works normally with insert, but it doesn't work with delete and refresh.
by acke
16.05.2023, 16:26
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZQuery raising errors
Replies: 5
Views: 554

ZQuery raising errors

After clicking on F1 ( which is rQuery.SQL.Refresh; ) or DEL ( which is rQuery.SQL.Delete; ) it is raising error in these lines: [ZDbcGenericResolver.pas] raise EZSQLException.Create(Format(SInvalidUpdateCount, [lUpdateCount])); [ZDbcUtils.pas] raise EZSQLException.CreateClone(EZSQLException(E)) [ZA...