Re: ODBC release plans?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: ODBC release plans?
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A75BB@Herge.rcsinc.local
обсуждение исходный текст
Ответ на ODBC release plans?  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-odbc
> Merlin,
>
> Yes Borland C++ builder is exactly what I am using ....
>
> Jim

Well, since a text field is unbounded, the VCL is going to give you a
TMemoField which is really what is supposed to happen, TMemoField being
designed to handle unbounded fields.  By the way, this is not a problem
with the ODBC driver.


So, I'd suggest the following alternatives:
1. Learn to live with TMemoField.  This basically you means you need to
pick up some 3rd party VCL controls, especially a grid replacement, one
that doesn't say 'memo' for TMemoField.  The build it edit control for
memo fields TDBMemo, is ok, but there are better ones out there.

2. Cast your field expression coming in and going out, now it gets
treated as a string field (rebind your fields to the dataset).  Of
course, I gather that kind of goes against the whole reason for going
with the 'text' type to begin with.

Merlin
p.s. If you are doing serious development in C++ builder, I strongly
recommend looking at the Zeos database components.  They are very fast
and access the database directly without going through the BDE. (or
ODBC).

http://www.zeoslib.net


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

Предыдущее
От: "James M Doherty PGADMIN"
Дата:
Сообщение: Re: ODBC release plans?
Следующее
От: "Claudio Duffini"
Дата:
Сообщение: Re: ODBC release plans?