Subject Re: [IBO] Assign a blob id to TIB_Column
Author Jason Wharton
You can write it into the SQLData of the column.
Take a look at the IBA_Column.??? and IBA_BlobColumn.??? files.

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "Maik Wojcieszak" <mw@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, December 27, 2002 5:08 AM
Subject: [IBO] Assign a blob id to TIB_Column


> Hi,
>
> I have to wrote my own function based on api level calls to write blob
> data into a database.
>
> My function returns a blobid (ISC_QUAD).
> How can I Assign this blob id to a TIB_Column to use it in
> an DSQL statement ?
>
> thanks,
> maik