From: | "SAFAK CIRAG" <safak(dot)cirag(at)netcad(dot)com(dot)tr> |
---|---|
To: | <pgsql-odbc(at)postgresql(dot)org> |
Subject: | ADO operations |
Date: | 2006-03-22 13:00:22 |
Message-ID: | 005a01c64db0$9481df80$2801a8c0@ulusal.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Hi,
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
returns an error : "Insufficient base table information for updating or refreshing". Before creating the database with UTF-8 encoding, i was using a database with ANSI encoding and driver as PostgreSQL ANSI. There is nothing wrong with ANSI side. DNSless connection string is the following:
"Driver={PostgreSQL Unicode};SERVER=localhost;PORT=5432;DATABASE=ncpgdb;UID=postgres;PWD=*******;
BI=4;BoolsAsChar=1;ByteaAsLongVarBinary=1;CancelAsFreeStmt=0;CommLog=0;Debug=0;
DisallowPremature=0;ExtraSysTablePrefixes=dd_;FakeOidIndex=0;
Fetch=100;Ksqo=1;LFConversion=1;LowerCaseIdentifier=0;MaxLongVarcharSize=8190;MaxVarcharSize=254;
protocol=6.4;ReadOnly=0;RowVersioning=0;ShowOidColumn=0;ShowSystemTables=0;SSLmode=prefer;
Optimizer=1;Parse=0;protocol=6.4;ReadOnly=0;RowVersioning=0;ShowOidColumn=0;ShowSystemTables=0;SSLmode=prefer;
TextAsLongVarchar=1;TrueIsMinus1=0;UniqueIndex=1;UnknownsAsLongVarchar=0;UnknownSizes=0;
UpdatableCursors=0;UseDeclareFetch=1;UseServerSidePrepare=0"
Should i change connection string parameters in order not to get the error("Insufficient base...")?
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Saito | 2006-03-22 13:06:26 | Re: Future versions of psqlODBC |
Previous Message | Hiroshi Saito | 2006-03-22 12:56:08 | Re: IM004-unixODBC |