Re: select a non numeric fields problem

From: "Ben Trewern" <ben(dot)trewern(at)_nospam_mowlem(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: select a non numeric fields problem
Date: 2005-10-14 09:13:19
Message-ID: dinskr$odc$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

What data access method are you using (BDE, ADO, dbExpress)? What version
of the ODBC driver? There is a new snapshot of the driver on the web site
see http://www.postgresql.org/ftp/odbc/versions/snapshots/ that may be worth
a try. I think I'm right in saying that if you are using BDE you will have
to use the ANSII version.

BTW try looking at ZeosDbo currently at http://forum.zeoslib.net.ms/ which
works well with Postgresql 8.

Ben

<daniel(at)sibtec(dot)com(dot)br> wrote in message
news:20051013224050(dot)18D2846492(at)smtpi02(dot)infolink(dot)com(dot)br(dot)(dot)(dot)
> 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
> alguem can help me with this?

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message daniel 2005-10-14 11:41:43 select in non numeric fields problem
Previous Message daniel 2005-10-13 22:40:50 select a non numeric fields problem