RE: ODBC and RDO

From: "Hiroki Kataoka" <kataoka(at)interwiz(dot)koganei(dot)tokyo(dot)jp>
To: <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: RE: ODBC and RDO
Date: 1999-12-21 07:45:10
Message-ID: NDBBIKCHILNJOAAPDPKMOECOCAAA.kataoka@interwiz.koganei.tokyo.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • ODBC and RDO at 1999-12-20 19:47:03 from Robert Hiltibidal

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Eliot Cline 1999-12-21 07:47:22 ODBC, large objects and tracing
Previous Message Hiroki Kataoka 1999-12-21 07:16:19 a precision problem of the SQL_C_DOUBLE value in the PsqlODBC