Re: odbc with PostgreSQL 8.0 & Delphi

From: Richard Combs <rncombs(at)covad(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc with PostgreSQL 8.0 & Delphi
Date: 2004-09-28 04:40:12
Message-ID: 4158EB2C.5010701@covad.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

If my memory serves me, this is a Delphi problem, and it depends on the
connection tool you are using in Delphi to make the ODBC connection.
It's been a while since I've worked with Delphi, but I remember having
the same issue with earlier versions of PGSql with this same ODBC driver.

Gary Doades wrote:

>On 27 Sep 2004 at 9:18, Melanie Bergeron wrote:
>
>
>
>>Thanks for your reply Gary. I have ODBC driver psqlodbc-07_03_0200. I
>>take a look at the mylog file and everything seems to work fine for the
>>query:
>>
>>Any idea on what my problem could be??
>>
>>Thanks,
>>
>>
>>Melanie
>>
>>
>>
>
>Well on first glance it doesn't look like a postgres problem or ODBC driver problem. It
>would still perhaps be useful to look at an ODBC trace log (from the ODBC driver
>manager).
>
>Looking at the Delphi documentation I have I see that EDatabaseError can cover many
>sins. Is there no other message that goes with it?
>
>What are the datatypes of the string columns you are trying to retrieve?
>
>Cheers,
>Gary.
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 8: explain analyze is your friend
>
>
>.
>
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Kelly 2004-09-28 08:47:40 psqlODBC hangs
Previous Message Greg Campbell 2004-09-27 21:14:51 Re: basic questions with odbc and visual basic.