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

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

From
Date:
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: Open
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
explorerof borland. 

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

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