| From: | "Jamal Mazrui" <Jamal(dot)Mazrui(at)fcc(dot)gov> |
|---|---|
| To: | "Ludek Finstrle" <luf(at)pzkagis(dot)cz>, "SAFAK CIRAG" <safak(dot)cirag(at)netcad(dot)com(dot)tr> |
| Cc: | <pgsql-odbc(at)postgresql(dot)org> |
| Subject: | Re: ADO operations |
| Date: | 2006-03-28 16:51:55 |
| Message-ID: | A79D3F903121D240A2F7580DF0272F6C0230B19D@P2PXMB07.fccnet.win.fcc.gov |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)postgresql(dot)org
[mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Ludek Finstrle
Sent: Wednesday, March 22, 2006 10:06 AM
To: SAFAK CIRAG
Cc: pgsql-odbc(at)postgresql(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hiroshi Inoue | 2006-03-28 17:44:47 | Re: psqlODBC-Driver Test / text fields |
| Previous Message | Johann Zuschlag | 2006-03-28 16:43:13 | Re: psqlODBC-Driver Test / text fields |