Subject Array in C++Builder
Author pedsann
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.