Subject | TIB_ArrayGrid and array of VarChar |
---|---|
Author | Fabiano |
Post date | 2002-05-16T11:24:17Z |
IBO4.2
TIB_ArrayGrid does not work properly with array of VarChar
try this:
create table T(C_ARRAY VARCHAR(20)[1:20])
populate table T using TIB_ArrayGrid does not work.
if we use
create table T(C_ARRY CHAR(20)[1:20])
TIB_ArrayGrid works fine.
Fabiano Rezende
TIB_ArrayGrid does not work properly with array of VarChar
try this:
create table T(C_ARRAY VARCHAR(20)[1:20])
populate table T using TIB_ArrayGrid does not work.
if we use
create table T(C_ARRY CHAR(20)[1:20])
TIB_ArrayGrid works fine.
Fabiano Rezende