Send a null as a parameter

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dehorter
Posts: 45
Joined: Fri 16 Oct 2009 13:53

Send a null as a parameter

Post by dehorter » Fri 16 Oct 2009 16:07

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

l_vaskov
Posts: 6
Joined: Fri 02 Oct 2009 13:58

Post by l_vaskov » Fri 16 Oct 2009 16:13

StoreProc.Params.paramByName('xxx').Clear;

dehorter
Posts: 45
Joined: Fri 16 Oct 2009 13:53

Post by dehorter » Fri 16 Oct 2009 16:31

So simple ???? :oops:

Post Reply