Subject | Re: [IBO] TIB_ArrayGrid and array of VarChar |
---|---|
Author | Jason Wharton |
Post date | 2002-05-15T17:11:46Z |
This could be a bug in the server. I've had hassles with this before and
couldn't resolve it.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
couldn't resolve it.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "fabianoamrezende" <fabianoamrezende@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, May 15, 2002 6:40 AM
Subject: [IBO] TIB_ArrayGrid and array of VarChar
> 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
>