Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

null parameter

Status
Not open for further replies.

cheikh1

Programmer
Feb 19, 2003
75
MR
i create stored an interbase stored procedure with many
input parameters but some of this parameters sometimes is null how can send null parameters using ParamByName()function.
thank you.
 
AStoredProc.ParamByName('MYPARAM').Clear;

Cheers.

--- markus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top