EDatabaseError No value for parameter 'myfield'
-
- Posts: 1
- Joined: Wed 30 Sep 2009 08:49
EDatabaseError No value for parameter 'myfield'
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.