Re: ODBC error

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: ANJANE <softwaredesigns(at)hotmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC error
Date: 2007-01-13 22:27:17
Message-ID: 45A95CC5.8030401@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

ANJANE wrote:
> I am executing a procedure that returns data from a temp table created.
> Sometimes the query works at the first attempt, but fails on subsequent
> attempts. It is intermittent. Leaving some time between queries, it works
> fine.
>
> Basically, in my query, I do some joins of tables, load the data to a temp
> table and return all the data from the temp table via a cursor to the user.
> I drop the temp table if it exists at the beginning.
>

It doesn't seem a problem of the odbc driver.
Please try it via psql and see the result.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2007-01-16 09:34:55 Updateable Cursors
Previous Message ANJANE 2007-01-13 17:09:58 ODBC error