Are the updates being done here on the site?
https://sourceforge.net/projects/zeoslib/
Search found 12 matches
- 24.08.2024, 17:58
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: update zeos
- Replies: 1
- Views: 113
- 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
thanks
thanks
- 10.07.2024, 23:43
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: clear blob field image
- Replies: 4
- Views: 182
- 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
example
Zquery.FieldByName('logo').Value := null;
in version 7.2.14-stable it worked
- 07.06.2024, 16:40
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zsqlprocessor1 error comment in end scrit
- Replies: 2
- Views: 165
- 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
example
Code: Select all
/*test*/
update table set id = 1;
update table set idcode = 1;
/*test 2*/
- 05.06.2024, 00:52
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zsqlprocessor1 error commit work
- Replies: 5
- Views: 293
Re: Zsqlprocessor1 error commit work
OK thanks
- 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;
- 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;
commit work;
- 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
- 21.05.2024, 01:25
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Incompatible types: 'TParams' and 'TZParams'
- Replies: 5
- Views: 593
- 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?