Subject | Re: [IBO] Blob alteration within a stored procedure |
---|---|
Author | Luiz Alves |
Post date | 2001-02-19T16:08:42Z |
Jay,
You can use f_StrBlob from freeUdfLib or programatically use a query with
parameters in delphi. This will give you more flexibility to manipulate the
blob content before update it.
Luiz.
You can use f_StrBlob from freeUdfLib or programatically use a query with
parameters in delphi. This will give you more flexibility to manipulate the
blob content before update it.
Luiz.
----- Original Message -----
From: Jay <johannes@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, February 19, 2001 12:03 AM
Subject: [IBO] Blob alteration within a stored procedure
> Using SS IB 6 dialect 3 on Linux
>
> How can I change, update a text blob inside a stored procedure?
> Do I need a specialized udf?
>
> Cheers
>
> johannes
>
>
>
>