... - Mailing list pgsql-ports

From Valérie Séguy
Subject ...
Date
Msg-id 968316918.39b757f66ecb7@imp.free.fr
Whole thread Raw
List pgsql-ports
Do you know why i can't view all the element of an array when i edit them with
a dbgrid with zeos component (for table , database, transact).
If i use ipgsql it the same way !
But When i use BDE and ODBC it works well but it is very slow !

Here is my classe creation.

create table Personnage (
Numperso numeric not null,
Description text,
bobligatoire text[],
bfacultatif text[],
balign text,
cobli text[],
cfacu text[],
PRIMARY KEY (Numperso)
);
Is it the way to create array ?

Thank for your answer.

Val�rie S�guy

Val�rie S�guy
vseguy@free.fr

pgsql-ports by date:

Previous
From: Andreas Bexell
Date:
Subject: JDBC
Next
From: Fredrick Bartlett
Date:
Subject: Re: