TIBCQuery CacheBlobs property with blob sub_type 1
Posted: Thu 21 Mar 2019 19:11
¿Does the TIBCQuery component support setting the CacheBlobs property to 'false' with Firebird's blob sub_type 1 column?
I'm asking this because the documentation about TIBCQuery component states that "This feature is available only for streamed BLOBs and only if StreamedBlobs option is set to True." and I'm not sure if Firebird blob sub_type 1 is either 'segmented' or 'streamed'.
I'm also having errors when leaving CacheBlobs to 'false' when editing a blob sub_type 1 column.
When the TIBCQuery.Post is executed after updating the blob as text on a TDBEdit control the following error occurs:
Project Project1.exe raised exception class EAssertionFailed with message 'Assertion failure (C:\Components\IBDAC\Source\MemData.pas, line 9839)'.
I'm using IBDAC 6.3.11
Thanks,
I'm asking this because the documentation about TIBCQuery component states that "This feature is available only for streamed BLOBs and only if StreamedBlobs option is set to True." and I'm not sure if Firebird blob sub_type 1 is either 'segmented' or 'streamed'.
I'm also having errors when leaving CacheBlobs to 'false' when editing a blob sub_type 1 column.
When the TIBCQuery.Post is executed after updating the blob as text on a TDBEdit control the following error occurs:
Project Project1.exe raised exception class EAssertionFailed with message 'Assertion failure (C:\Components\IBDAC\Source\MemData.pas, line 9839)'.
I'm using IBDAC 6.3.11
Thanks,