Incorrect Column Width For Text Columns - Mailing list pgsql-odbc

From
Subject Incorrect Column Width For Text Columns
Date
Msg-id 200201090924.2f03@th00.opsion.fr
Whole thread Raw
List pgsql-odbc
Greetings!

I use Borland product with postgresql 7.1.3 and
psqlODBC 7.01.0009.  I also created many text columns
in postgresql tables. My problems are:

(1) If "Text as LongVarChar" is checked, the text
columns become memo fields in delphi. Memo fields are
extremely difficult to manipulate. My application is
completely not usable with all these memo fields.

(2) If "Text as LongVarChar" is unchecked, delphi
treats the text columns properly except it gets (via
psqlODBC?) the wrong text column width. It sometimes
gets the text column width based on  the longest data
of all the rows in the result set, sometimes not (by
randomly assuming a very short one).  Thus I can not
enter more than, say 15, bytes of characters in text
columns.

What I need is automatic field widths with no length
limitation in delphi app for all postgresql text
columns. How do I get this?

If it is not possible to acquire the automatic field
width for text columns, I would much appreciate if
anyone could show me how to set a little longer fixed
width, say 300 bytes, for all text columns.

Thank you in advance!

CN

--------------------------------------------------------
You too can have your own email address from Eurosport.
http://www.eurosport.com






pgsql-odbc by date:

Previous
From: "Dwayne Miller"
Date:
Subject: How to create an ODBC DSN on Linux
Next
From: Hiroshi Inoue
Date:
Subject: Re: Incorrect Column Width For Text Columns