Re: [GENERAL] Wrong string length from unicode database in Borland's app

2004-11-22 Thread Tom Lane
Alex Guryanow <[EMAIL PROTECTED]> writes: >>> When pg-server is version 7.1.3 windows app works fine, but when >>> pg-server is version 7.4.6 or 8.0beta4 under certain conditions the >>> app receives strings with wrong lengths. > TL> If you try the same query in plain psql, what do you get? > I g

Re: [GENERAL] Wrong string length from unicode database in Borland's app

2004-11-22 Thread Alex Guryanow
TL> Alex Guryanow <[EMAIL PROTECTED]> writes: >> When pg-server is version 7.1.3 windows app works fine, but when >> pg-server is version 7.4.6 or 8.0beta4 under certain conditions the >> app receives strings with wrong lengths. TL> Are both servers set up with the same database encoding? I think

Re: [GENERAL] Wrong string length from unicode database in Borland's app

2004-11-21 Thread Tom Lane
Alex Guryanow <[EMAIL PROTECTED]> writes: > When pg-server is version 7.1.3 windows app works fine, but when > pg-server is version 7.4.6 or 8.0beta4 under certain conditions the > app receives strings with wrong lengths. Are both servers set up with the same database encoding? (Is the 7.1 server

[GENERAL] Wrong string length from unicode database in Borland's app

2004-11-21 Thread Alex Guryanow
Hi, I have windows app written in Borland C++ Builder 5.0. Using ODBC driver windows app connects to database on linux server. Database is created with UNICODE encoding. When pg-server is version 7.1.3 windows app works fine, but when pg-server is version 7.4.6 or 8.0beta4 under certain condition