John Cantin
2008-01-29 19:22:08 UTC
how can i get the size of the data stored in a blob field?
i was trying...
sizeof(ibquery1.fieldbyname('picture').Value)
but it always returns a 16
ive also tried
sizeof(ibquery1.fieldbyname('picture').asstring)
but it always returns a 4
i figure its probably the size of the pointer to the data instead of the
size of the data
i was trying...
sizeof(ibquery1.fieldbyname('picture').Value)
but it always returns a 16
ive also tried
sizeof(ibquery1.fieldbyname('picture').asstring)
but it always returns a 4
i figure its probably the size of the pointer to the data instead of the
size of the data