Hello,
How can i do to set a field to the null value?
For example :
IBCQryWrt.ParamByName('UTILISATEUR').SetToNull?
Thanks for help
Set a field to null
-
AndreyZ
Hello,
You can use the following code:
You can use the following code:
Code: Select all
IBCQryWrt.ParamByName('UTILISATEUR').Value := Null;