Search found 8 matches

by Dfox
05.06.2024, 01:13
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zsqlprocessor1 error comment in end scrit
Replies: 2
Views: 66

Zsqlprocessor1 error comment in end scrit

Zsqlprocessor1 error when commenting at the end of the script
example

Code: Select all

/*test*/
update table set id = 1;
update table set idcode = 1;
/*test 2*/

by Dfox
04.06.2024, 01:14
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zsqlprocessor1 error commit work
Replies: 5
Views: 174

Re: Zsqlprocessor1 error commit work

exemple

Code: Select all

update table set id = 1;
commit work;
by Dfox
03.06.2024, 16:58
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zsqlprocessor1 error commit work
Replies: 5
Views: 174

Re: Zsqlprocessor1 error commit work

do the following and put it at the end of the firebird sql script
commit work;
by Dfox
02.06.2024, 17:16
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zsqlprocessor1 error commit work
Replies: 5
Views: 174

Zsqlprocessor1 error commit work

Error commit work; in firebird SQL script
by Dfox
29.03.2024, 15:34
Forum: ZeosLib 7.3/8.0 Forum
Topic: Incompatible types: 'TParams' and 'TZParams'
Replies: 5
Views: 459

Re: Incompatible types: 'TParams' and 'TZParams'

Good morning, how can I leave DISABLE_ZPARAM defined in zeos.inc by default?