Re: New libpq driver snapshot - Mailing list pgsql-odbc

From Dave Page
Subject Re: New libpq driver snapshot
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC99CB@ratbert.vale-housing.co.uk
Whole thread Raw
In response to New libpq driver snapshot  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-odbc

> -----Original Message-----
> From: Miguel Juan [mailto:mjuan@cibal.es]
> Sent: 05 August 2005 15:51
> To: Dave Page
> Subject: Re: [ODBC] New libpq driver snapshot
>
> Hello Dave,
>
> I attach the file "mylog_2688.log" for the gdcolas table test and
> for the table "gdabs" you have mylog_3856.log file

Hi Miguel,

[Using Borland SQL Explorer]

I've looked into this, and as far as I can tell, the driver is doing
everything correctly.

When you view the table contents using SELECT * FROM gdcolas, SQL
Explorer basically does the following:

- Executes the query using SQLExecDirectW
- Looks at the columns using SQLDescribeColW, and for two columns sees
SQL_C_Wxxx types.
- Binds to all columns using SQLBindCol
- Fetches data using SQLExtendedFetch, in SQL_C_CHAR format (which the
driver duly converts and supplies)

At which point it then appears to ignore the Unicode columns entirely.

When you simply view the data in the table, it does it in exactly the
same way *except* it doesn't execute SQLDescribeColW to describe the
columns first.

It seems to me like it is intentionally not displaying the Unicode
columns, even though it has retrieved them as C strings. If it doesn't
realise they're Unicode (because it didn't check first), it happily
displays them.

Unfortunately this means one of two things; either there is a bug in SQL
Explorer, or, the driver is doing something so subtly wrong that I just
can't see it. Either way, I don't think there's much else I can do I'm
afraid. Perhaps one of the guys from Pervasive has an idea??

Regards, Dave.


pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: libpq odbc and OS X
Next
From: "Scot Loach"
Date:
Subject: Re: psqlODBC 08.00.0102 available for download