Re: Patch for cursor type fallback

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Mark G(dot) Adams" <mgadams(at)ca(dot)stilo(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Patch for cursor type fallback
Date: 2005-06-30 09:31:03
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490E83E@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks Mark, patch applied.

Regards, Dave

> -----Original Message-----
> From: pgsql-odbc-owner(at)postgresql(dot)org
> [mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Mark G. Adams
> Sent: 23 June 2005 16:54
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] Patch for cursor type fallback
>
> According to MSDN docs for SQLSetStmtAttr, if you try to request a
> cursor type which isn't supported, the driver should fall back to a
> supported type, set an appropriate SQLState and return
> SQL_SUCCESS_WITH_INFO.
>
> Currently, if a SQL_ATTR_CURSOR_TYPE of SQL_CURSOR_DYNAMIC is
> requested,
> we fall back to SQL_CURSOR_FORWARD_ONLY and no warning is
> given; this is
> simply because we don't explicitly check for SQL_CURSOR_DYNAMIC.
>
> A better solution is to check for SQL_CURSOR_DYNAMIC, fall back to
> SQL_CURSOR_KEYSET_DRIVEN and set a warning accordingly.
>
> Also, currently if SQL_CURSOR_KEYSET_DRIVEN is requested and
> only static
> cursors are supported, we fall back without returning a warning.
>
> Attached is a patch implementing both of the above against
> psqlodbc-08.00.0101.
>
> //Mark
> --
> Mark G. Adams
> mgadams(at)ca(dot)stilo(dot)com
>

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Eisentraut 2005-06-30 11:56:10 Re: psqlodbc compile problem on Solaris 9
Previous Message Mahesh Vyas 2005-06-30 05:45:52 ODBC connection on Win