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-04 04:54:57 |
Message-ID: | 20060404045457.D83DF10338A6@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: 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 explorer of borland.
----------------------------------------------------------------------
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000603&group_id=1000125
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2006-04-04 07:34:15 | Re: driver updates in windows |
Previous Message | Andreas | 2006-04-04 03:44:28 | driver updates in windows |