This is a discussion on Re: select a non numeric fields problem within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> ________________________________ From: pgsql-odbc-owner@postgresql.org [mailto gsql-odbc-owner@postgresql.org] On Behalf Of daniel@sibtec.com.br Sent: 14 October 2005 12:43 To: daniel@sibtec.com.br ; pgsql-odbc@postgresql.org Subject: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| ________________________________ From: pgsql-odbc-owner@postgresql.org [mailto daniel@sibtec.com.br Sent: 14 October 2005 12:43 To: daniel@sibtec.com.br; pgsql-odbc@postgresql.org Subject: [ODBC] select a non numeric fields problem I have one database postgres 8 and use delphi 7 as front end, in network windows. when giving select in sql explorer in one a table of postgres the result alone returns me only numeric fields from the table. the not numeric fields nao return in the result from query, although to be OK in the table who can help me with this? Some borland products (notably BDE) are known to not function properly with Unicode drivers. Please try using the ANSI driver instead. Regards, Dave. |