Search found 12 matches

by Dfox
24.08.2024, 17:58
Forum: ZeosLib 7.3/8.0 Forum
Topic: update zeos
Replies: 1
Views: 113

update zeos

Are the updates being done here on the site?
https://sourceforge.net/projects/zeoslib/
by Dfox
10.07.2024, 23:55
Forum: ZeosLib 7.3/8.0 Forum
Topic: clear blob field image
Replies: 4
Views: 182

Re: clear blob field image

I removed the field and added it again and it worked :D

thanks :love:
by Dfox
10.07.2024, 23:43
Forum: ZeosLib 7.3/8.0 Forum
Topic: clear blob field image
Replies: 4
Views: 182

Re: clear blob field image

aehimself wrote: 10.07.2024, 18:55 Have you tried query.FieldByName('').Clear; ?
I tried and it didn't work :(
by Dfox
10.07.2024, 16:58
Forum: ZeosLib 7.3/8.0 Forum
Topic: clear blob field image
Replies: 4
Views: 182

clear blob field image

Good afternoon, when trying to clear an image from a blob field it doesn't work

example

Zquery.FieldByName('logo').Value := null;

in version 7.2.14-stable it worked
by Dfox
05.06.2024, 01:13
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zsqlprocessor1 error comment in end scrit
Replies: 2
Views: 165

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: 293

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: 293

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: 293

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: 593

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

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