Subject | Array in C++Builder |
---|---|
Author | pedsann |
Post date | 2003-11-21T20:02:01Z |
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.
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.