Why do I get 800A0C93 errors?

If you are getting one of these errors:

ADODB.Recordset error '800a0c93'
Operation is not allowed in this context.

or

I got ADODB.Recordset error '800a0c93'
The operation requested by the application is not allowed in this context.

or

ADODB.Recordset error '800a0c93'
Illegal Operation.

If you are using an ADODB.Recordset to UPDATE / INSERT (e.g. using the
AddNew method), use a direct SQL statement instead (see Article
#2191).

see 
http://tutorials.aspfaq.com/8000xxxxx-errors/why-do-i-get-800a0c93-errors.html

how to do?

peng

On 7/4/14, sunpeng <blueva...@gmail.com> wrote:
> when using psqlodbc_09_01_0200.zip,
> when i store picture to bytea using vc2008,
> calling appendchunk will get com_error.
>
> On 7/4/14, sunpeng <blueva...@gmail.com> wrote:
>> my server is pg 9.1.13 in win8 64, my client is win xp 32 bit, which odbc
>> version (32 or 64 bit) should be installed in Client ? is
>> psqlodbc_09_01_0200.zip or psqlodbc_09_01_0200-x64.zip?or others?
>> thks!
>> peng
>>
>


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to