Page 1 of 1

Send a null as a parameter

Posted: Fri 16 Oct 2009 16:07
by dehorter
Hi

I am a new user. so probably my question seems to you VERY simple :oops:

How to send a stored procedure a params asnull ?

the

StoreProc.Params.paramByName('xxx').Isnull is just read only


thanks

regards

olivier

Posted: Fri 16 Oct 2009 16:13
by l_vaskov
StoreProc.Params.paramByName('xxx').Clear;

Posted: Fri 16 Oct 2009 16:31
by dehorter
So simple ???? :oops: