ODBC error - Mailing list pgsql-odbc

From ANJANE
Subject ODBC error
Date
Msg-id 8315925.post@talk.nabble.com
Whole thread Raw
Responses Re: ODBC error
List pgsql-odbc
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.

I get the following error message.

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

Error while executing the query; ERROR: pg_class_aclcheck: relation 6014747
not found

The relation number keeps changing.

I am calling this query using a DSN-less setuo, from an ASP page. I use the
psqlodbc-07_03_0200 ODBC driver

All the help to resolve this is appreciated.

Thanks

--
View this message in context: http://www.nabble.com/ODBC-error-tf2971825.html#a8315925
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.


pgsql-odbc by date:

Previous
From:
Date:
Subject: [ psqlodbc-Bugs-1000627 ] can't use stored functions
Next
From: Hiroshi Inoue
Date:
Subject: Re: ODBC error