EDatabaseError No value for parameter 'myfield'
Posted: Wed 30 Sep 2009 13:21
I have a database with a blob field that can accept NULL values. When I try to put a NULL in this field with ParamByName("myfield")->Clear() in C++ I receive an error EDatabaseError 'No value for parameter 'myfield''. With a field that is not a blob it works OK. Can anybody help me.