Re: ODBC error - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: ODBC error
Date
Msg-id 45AD6881.1010205@tpf.co.jp
Whole thread Raw
In response to Re: ODBC error  (ANJANE <softwaredesigns@hotmail.com>)
List 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 by date:

Previous
From: francis.brown@agfa.com
Date:
Subject: Hiding the Information_Schema from ODBC users.
Next
From: Hiroshi Inoue
Date:
Subject: Re: Hiding the Information_Schema from ODBC users.