[ psqlodbc-Bugs-1000603 ] char or varchar in c++builder

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1000603 ] char or varchar in c++builder
Date: 2006-04-28 09:11:05
Message-ID: 20060428091105.8C6EF86C506@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1000603, was opened at 2006-04-04 04:54
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000603&group_id=1000125

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: char or varchar in c++builder

Initial Comment:
when i using TQuery in c++builder, for example:
----------
create test
(
testint int,
testchar char(32),
testvarchar varchar(256)
);

select * from test
------------
the result of above will not display the values of testchar and testvarchar. Same wrong will be happpened in SQL explorer of borland.

----------------------------------------------------------------------

Comment By: Nobody (None)
Date: 2006-04-04 08:11

Message:
Sorry, I forgot to say that the problem is with the BDE (Borland database Engine)

regards,

Miguel Juan

----------------------------------------------------------------------

Comment By: Nobody (None)
Date: 2006-04-04 06:44

Message:
Hi,

this is a well known problem with the Unicode version PostGres ODBC driver.

Try to use a prior version, like 7.0.1.

Regards

Miguel Juan

----------------------------------------------------------------------

Comment By: Nobody (None)
Date: 2006-04-04 05:28

Message:
sorry, when i using the postgresql ansi 8.01.02, this bug is fixed.

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000603&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2006-04-28 09:12:03 [ psqlodbc-Bugs-1000467 ] Can't use (b)lobs with Omnis Studio v4
Previous Message noreply 2006-04-28 09:10:06 [ psqlodbc-Bugs-1000595 ] Truncates first character in field when defined as text data type