From: | Fredrick Bartlett <palmtreefrb(at)earthlink(dot)net> |
---|---|
To: | "winzeos(at)perio(dot)unlp(dot)edu(dot)ar" <winzeos(at)perio(dot)unlp(dot)edu(dot)ar> |
Cc: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: |
Date: | 2000-09-07 17:16:07 |
Message-ID: | 39B7CD57.3E3E0B71@earthlink.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
I am forwarding this to the Zeos DBO list...
Valérie Séguy wrote:
> 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(at)free(dot)fr
From | Date | Subject | |
---|---|---|---|
Next Message | luc00 | 2000-09-18 04:04:41 | OFF topic : SQL interface to non-SQL as DBF ? |
Previous Message | Valérie Séguy | 2000-09-07 08:55:18 |