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