Re: ODBC error

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: ODBC error
Дата
Msg-id 45AD6881.1010205@tpf.co.jp
обсуждение исходный текст
Ответ на Re: ODBC error  (ANJANE <softwaredesigns@hotmail.com>)
Список pgsql-odbc
ANJANE wrote:
> As I said the query works intermittently. Whenever it fails, I get the
> following error message
>
> ..select tp_get_clientusers('1','S%', 'rcursor');fetch all in rcursor;
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
>
> Error while executing the query; ERROR: pg_class_aclcheck: relation 6017860
> not found
>
> /portal/testdb.asp, line 82
>
> the relation oid keeps changing. Not sure what this means.

You can't  create tables and use them safely in stored procedures unless
you treat
them via EXECUTE commands..

regards,
Hiroshi Inoue


В списке pgsql-odbc по дате отправления:

Предыдущее
От: francis.brown@agfa.com
Дата:
Сообщение: Hiding the Information_Schema from ODBC users.
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Hiding the Information_Schema from ODBC users.