clear blob field image

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
Dfox
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 24.03.2024, 23:41

clear blob field image

Post by Dfox »

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
User avatar
aehimself
Zeos Dev Team
Zeos Dev Team
Posts: 796
Joined: 18.11.2018, 17:37
Location: Hungary

Re: clear blob field image

Post by aehimself »

Have you tried query.FieldByName('').Clear; ?
Delphi 12.2, Zeos 8 from latest GIT snapshot
Using:
- MySQL server 8.0.18; libmysql.dll 8.0.40 x64 5.7.19 x68, libmariadb.dll 3.3.11
- Oracle server 11.2.0, 12.1.0, 19.0.0; oci.dll 21.15
- MSSQL 2012, 2019; sybdb.dll FreeTDS_3102
- SQLite 3.47
Dfox
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 24.03.2024, 23:41

Re: clear blob field image

Post by Dfox »

aehimself wrote: 10.07.2024, 18:55 Have you tried query.FieldByName('').Clear; ?
I tried and it didn't work :(
Dfox
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 24.03.2024, 23:41

Re: clear blob field image

Post by Dfox »

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

thanks :love:
User avatar
aehimself
Zeos Dev Team
Zeos Dev Team
Posts: 796
Joined: 18.11.2018, 17:37
Location: Hungary

Re: clear blob field image

Post by aehimself »

You mean this field was calculated / in a memtable?
It's possible that we have a bug, would be nice to reproduce the issue so we can solve it.
Delphi 12.2, Zeos 8 from latest GIT snapshot
Using:
- MySQL server 8.0.18; libmysql.dll 8.0.40 x64 5.7.19 x68, libmariadb.dll 3.3.11
- Oracle server 11.2.0, 12.1.0, 19.0.0; oci.dll 21.15
- MSSQL 2012, 2019; sybdb.dll FreeTDS_3102
- SQLite 3.47
Post Reply