Re: [INTERFACES] PgODBC + Borland C++ Builder problems

From: "Geoffrey C(dot) Speicher" <geoff(at)sirius(dot)trassociates(dot)com>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] PgODBC + Borland C++ Builder problems
Date: 1999-05-20 12:48:46
Message-ID: Pine.BSF.4.05.9905200839560.59753-100000@sirius.speicher.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Sun, 16 May 1999, Geoffrey C. Speicher wrote:

> I have been using BC++ Builder for a few weeks now to build an interface
> to a PostgreSQL database via the pgODBC Win32 driver, and there seems to
> be some incompatibility between the two.

Hey, nevermind---it's fixed. Checking the "Recognize Unique Indexes" box
in the advanced ODBC driver options fixed it. Just for the record, and
maybe the PsqlODBC FAQ should be updated to reflect this, my settings are:

x Disable Genetic Optimizer o CommLog
x KSQO (Keyset Query Optimization) o ReadOnly
x Recognize Unique Indexes o Parse Statements
o Use Declare/Fetch o Cancel as FreeStmt

Unknown Sizes: Longest

x Text as LongVarChar o Unknowns as LongVarChar x Bools as Char

Everything else as default (as is much of the above anyway). Works like a
charm with Borland C++ Builder 4.0 (which is really nice, BTW).

Geoff

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 1999-05-20 13:56:07 RE: [INTERFACES] JDBC from RPM?
Previous Message Alex Turner 1999-05-20 12:32:50 JDBC from RPM?