Subject | Re: [ib-support] Inserting a Blob from within a stored procedure |
---|---|
Author | Doug Chamberlin |
Post date | 2002-03-29T00:47:56Z |
At 03/28/2002 07:38 PM (Thursday), GreatDayDan wrote:
If you have a string list in your client app I don't understand how or why
you want to use a stored procedure to fill the blob. It is rather
straightforward to use a TQuery to move the data from the string list into
a record. The stored procedure just gets in the way, no?
>Good Morning!I guess I just don't get what you mean.
>
> The app uses BDE, but I want to do this from within
>the sp compliled into the db.
>
> It will be just text but the field is already
>defined as Blob Sub_Type 0 and cannot be changed.
>
> I will be building a string list to put in the blob
>field.
>
> Thanks...Dan'l
If you have a string list in your client app I don't understand how or why
you want to use a stored procedure to fill the blob. It is rather
straightforward to use a TQuery to move the data from the string list into
a record. The stored procedure just gets in the way, no?