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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

interbase blob fields

Status
Not open for further replies.

cheikh1

Programmer
Feb 19, 2003
75
MR
i create an interbase stored procedure one of
its input parameters is of type blob
my question is how can i assign a content of
memo to this parameter? and how can i get it?
 
Maybe:
Code:
 MyIBStoredProc.ParamByName('MYPARAM').asBlob := Memo.Text;
? :)

HTH

--- markus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top