ODBC error

Поиск
Список
Период
Сортировка
От ANJANE
Тема ODBC error
Дата
Msg-id 8315925.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: ODBC error
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000627 ] can't use stored functions
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: ODBC error