TIBCLOADER PutColumnData empty blob
Posted: Mon 22 Sep 2014 10:12
Hello,
I have a problem with the method PutColumnData of TIBCLoader component.
I want to insert a empty blob and not a null blob but i can't, it always insert a null value in my blob field.
Does it exist a option like the TIBCDataSetOptions.SetEmptyStrToNull for the TIBCLoader ?
This insert a null value : Sender.PutColumnData(0, 0, '');
I have a problem with the method PutColumnData of TIBCLoader component.
I want to insert a empty blob and not a null blob but i can't, it always insert a null value in my blob field.
Does it exist a option like the TIBCDataSetOptions.SetEmptyStrToNull for the TIBCLoader ?
This insert a null value : Sender.PutColumnData(0, 0, '');