Re: New driver options in 7.01.0007 - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: New driver options in 7.01.0007
Date
Msg-id EKEJJICOHDIEMGPNIFIJCEMGFGAA.Inoue@tpf.co.jp
Whole thread Raw
In response to New driver options in 7.01.0007  ("Johann Zuschlag" <zuschlag2@online.de>)
Responses Re: New driver options in 7.01.0007  ("Johann Zuschlag" <zuschlag2@online.de>)
List pgsql-odbc
> -----Original Message-----
> From: Johann Zuschlag
>
> Hi,
>
> what about the option:
>
> DRIVER_CURSOR_IMPLEMENT
>
> in psqlodbc.dll?  (7.01.0007)
>
> Does that work already if I set it true?

Maybe yes at least for static cursors
and it may be a true option in the future.
However I'm not sure if I should do it.
I'm disappointed with some 7.2 changes
which lost the premises of my plan and
it's possible for me to lose my all premises
in the future.

> I tried it. Didn't make any difference.
> But I don't know whether my application
> uses driver cursors.

DRIVER_CURSOR_IMPLEMENT enables
the use of SQLSetPos with SQL_UPDATE,
SQL_DELETE and SQL_ADD options for
static cursors. It's hard to tell where it is used
in your tools.

>
> And what is the meaning of the option 'common'?
> (except of disabling other options)

Hmm I'm not good at English. I'm happy to
change it if you give an appropriate option name.

Most driver options could be set per each DSN now.
'Common' is the default setting of them.
If you add a new DSN you would see the content
of the default setting at first.

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: "Johann Zuschlag"
Date:
Subject: New driver options in 7.01.0007
Next
From: "Hiroshi Inoue"
Date:
Subject: Re: Status of ODBC driver managers on Unix