2004-11-21 10:07:32 PM delphi146
I have a blob field in a detail table which i use to store item
wise remarks.
If user enters some remarks in the field and later wants to clear
them it doesn't gets cleared takes atleast one character, doesn't
go back to null.
Bill Todd
Delphi Developer
2004-11-21 10:25:28 PM
Re:Blob Field in a Detail Table
There is a difference between an empty string and null. To set the
field to null use:
IBDataSet1.FieldByName('TheBlob').Clear;
What version of IBX are you using.
--
Bill (TeamB)
TeamB cannot answer questions received via email