Subject Re: [IBO] Array in C++Builder
Author Jason Wharton
Look at the Array Sample application in the Samples folder.

Jason

----- Original Message -----
From: "pedsann" <pedsann@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, November 21, 2003 1:02 PM
Subject: [IBO] Array in C++Builder


> hello,
>
> anyone knows where can i get a exemple of how use ARRAY in C++Builder
> 6??
>
> I'm trying this:
>
> Variant ped;
> TIB_ColumnArray *coluna;
> coluna = ((TIB_ColumnArray*)Query1->FieldByName("ARRAY"));
> ped = coluna->Value;
>
> but i receive a EReadError with message "Stream read erro".
> thanks!
> ped.
>
>