Lists: | pgsql-bugs |
---|
From: | "Ricardo David" <dc(dot)ricardo(at)gmail(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3970: ODBC Unknown Sizes Bug? |
Date: | 2008-02-19 13:10:57 |
Message-ID: | 200802191310.m1JDAvxQ039818@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3970
Logged by: Ricardo David
Email address: dc(dot)ricardo(at)gmail(dot)com
PostgreSQL version: 8.3
Operating system: Microsoft Windows XP SP2 (32bits)
Description: ODBC Unknown Sizes Bug?
Details:
Until version psqlodbc-08_01_0200 the driver could work with Borland (Code
Gear) products like Delphi.
From version psqlodbc-08_02_0100 up to psqlodbc-08_03_0100, when we mark:
* Unknown Sizes = Don't Know;
* Data Type Option = Text as LongVarChar, Unknowns as LongVarChar;
all TEXT fields don't get recognized by the application as MEMO as they do
before.
We are still using the psqlodbc-08_01_0200 version with no problem.
Thanks.