Re: ADO operations - Mailing list pgsql-odbc

From Jamal Mazrui
Subject Re: ADO operations
Date
Msg-id A79D3F903121D240A2F7580DF0272F6C0230B19D@P2PXMB07.fccnet.win.fcc.gov
Whole thread Raw
In response to ADO operations  ("SAFAK CIRAG" <safak.cirag@netcad.com.tr>)
List pgsql-odbc
This error can be caused by using the adCmdTableDirect constant as the
last parameter of the Open method of a record set object.   Try using
AdCmdTable instead.  Also, such errors are reduced if adUseClient is
used as the cursor location instead of adUseServer.

Hope this helps,
Jamal



-----Original Message-----
From: pgsql-odbc-owner@postgresql.org
[mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Ludek Finstrle
Sent: Wednesday, March 22, 2006 10:06 AM
To: SAFAK CIRAG
Cc: pgsql-odbc@postgresql.org
Subject: Re: [ODBC] ADO operations


> I'm using psqlodbc-08_01_0200. I created a database with UTF-8
> encoding. While inserting,updating or deleting a record,
> PostgreSQL Unicode Driver

Do you mean you use UPDATE, INSERT and DELETE SQL statements?
Are you able to do this with psql or pgAdmin client?

> returns an error : "Insufficient base table information for
> updating or refreshing". Before creating the database with UTF-8

Please send us the mylog output with the problem.

Regards,

Luf

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster


pgsql-odbc by date:

Previous
From: Johann Zuschlag
Date:
Subject: Re: psqlODBC-Driver Test / text fields
Next
From: Hiroshi Inoue
Date:
Subject: Re: psqlODBC-Driver Test / text fields