I have the following sql in TOraQuery *q:
Code: Select all
UPDATE tab SET mycol=:0 WHERE searchKey=:1 AND tab IS NULL AND col2=:2
By setting
Code: Select all
q->Params->Items[2]->Clear();
Is there any way to specify oracle's NULL value to a TOraQuery Parameter?
Regards.