Re: which odbc version (32 or 64 bit) should be installed in Client ?

From: sunpeng <bluevaley(at)gmail(dot)com>
To: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: which odbc version (32 or 64 bit) should be installed in Client ?
Date: 2014-07-04 00:33:57
Message-ID: CAOYKhLp_whDF3E02aVmGpsa=GNd88+uGXwGe090ScjEEYfDvtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 <bluevaley(at)gmail(dot)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 <bluevaley(at)gmail(dot)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
>>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2014-07-04 00:44:02 Re: which odbc version (32 or 64 bit) should be installed in Client ?
Previous Message David Wall 2014-07-04 00:30:50 Re: pg_dump slower than pg_restore