|
|
Choosing A Webhost: |
MAC OSX copy_and_convert_field bug for SQL_W_CHAR: msg#00096db.postgresql.odbc
I am currently using Postgre 8.0 with the 8.00.0102 ODBC driver with IODBC 3.52.2. I can not get SQLGetData to return any valid data when the Ctype is SQL_W_CHAR (SQL_C_CHAR workds fine). At line 887 of convert.c (for (i = 0, j =0; ptr[i]; i++)) I believe I found a bug dealing with the byte order of a Mac. The variable pre is point to the following data: 0xb015f0: 0x0000 0x0039 0x0000 0x0039 0x0000 0x0039 0x0000 0x0039 Basicaly "9999" in 2 byte unicode (Note that Macs are 4 byte unicode). Since ptr is a const char* it never goes into the for statement to copy the data. This is the case for numeric fields in the database I can only assume character fields have a similiar issue. Has any one else seen this problem? Joel Kiger ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: versions of oDBC driver, Merlin Moncure |
|---|---|
| Next by Date: | Re: MAC OSX copy_and_convert_field bug for SQL_W_CHAR, Dave Page |
| Previous by Thread: | versions of oDBC driver, Zlatko Matić |
| Next by Thread: | Re: MAC OSX copy_and_convert_field bug for SQL_W_CHAR, Dave Page |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |