Page 1 of 1

EDatabaseError No value for parameter 'myfield'

Posted: Wed 30 Sep 2009 13:21
by dbxsda445std
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.

Posted: Fri 02 Oct 2009 07:25
by Dimon
I can not reproduce the problem.
Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including a script to create and fill table.

Also supply me the following information:
- the exact version of DbxSda;
- the exact version of your IDE;
- the exact version of SQL server.