Re:

Поиск
Список
Период
Сортировка
От Fredrick Bartlett
Тема Re:
Дата
Msg-id 39B7CD57.3E3E0B71@earthlink.net
обсуждение исходный текст
Ответ на ...  (Valérie Séguy <vseguy@free.fr>)
Список 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@free.fr

В списке pgsql-ports по дате отправления:

Предыдущее
От: Valérie Séguy
Дата:
Сообщение: ...
Следующее
От: "luc00"
Дата:
Сообщение: OFF topic : SQL interface to non-SQL as DBF ?