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 derfloh 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
Joined
Feb 19, 2003
Messages
75
Location
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