RE: ODBC and RDO - Mailing list pgsql-interfaces

From Hiroki Kataoka
Subject RE: ODBC and RDO
Date
Msg-id NDBBIKCHILNJOAAPDPKMOECOCAAA.kataoka@interwiz.koganei.tokyo.jp
Whole thread Raw
In response to ODBC and RDO  (Robert Hiltibidal <rob@y2k.state.il.us>)
Responses INTERFACES ODBC  (Adolfo Diaz <adiaz@vega.inf.cu>)
List pgsql-interfaces
Robert Hiltibidal wrote:
> We're haing fun creating rdo dsnless connections in Visual Basic. Works
> really cool cept for one itsy problem...
> 
> What is the flag that tuns off the read only attributes of the 
> odbc driver?

READONLY=0

> Where can one find a listing of all the flags the driver supports?

I don't know its location.  But I cat list up some flags.

PORT=5432
READONLY=0/1 ("0" meens off, "1" meens on)
PROTOCOL=/6.3/6.2 (The empty string meens 6.4)
FAKEOIDINDEX=0/1
SHOWOIDCOLUMN=0/1
ROWVERSIONING=0/1
SHOWSYSTEMTABLES=0/1
CONNSETTINGS=... (If you want to put ";" then use "%3b" instead.)

=====
Hiroki Kataoka



pgsql-interfaces by date:

Previous
From: "Ericson Nunes Ferreira"
Date:
Subject: Odbc error on update method
Next
From: "Eliot Cline"
Date:
Subject: ODBC, large objects and tracing