Re: ODBC release plans? - Mailing list pgsql-odbc

From Claudio Duffini
Subject Re: ODBC release plans?
Date
Msg-id csgv7l$2c9$1@floppy.pyrenet.fr
Whole thread Raw
In response to Re: ODBC release plans?  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-odbc
We use BCB and Delphi with direct access (libpq 73) via Zeoslib since 3
months.
Seen results and performance, throwed away the PG odbc.
Zeos (6.1.5) does not shine for ADO access, but all the wrappers around
native interfaces work really well.

Regards
Claudio Duffini

""Merlin Moncure"" <merlin.moncure@rcsonline.com> ha scritto nel messaggio
news:6EE64EF3AB31D5448D0007DD34EEB3412A75BB@Herge.rcsinc.local...
> > 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org
>



pgsql-odbc by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: ODBC release plans?
Next
From: "Joost Kraaijeveld"
Date:
Subject: Table and Column name folding question