Re: PGAPI_GetFunctions does not contain SQL_API_SQLFETCHSCROLL

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Rob Montroy <montroy(at)us(dot)ibm(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: PGAPI_GetFunctions does not contain SQL_API_SQLFETCHSCROLL
Date: 2003-06-30 04:29:17
Message-ID: 3EFFBC9D.4D8B0D8@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Rob Montroy wrote:
>
> SQLFetchScroll is implemented, but my app will never call it if
> SQLGetFunctions says it isn't there. Am I right?

Currently SQLGetFunctions says that SQLFetchScroll is there
if the second(FunctionId) parameter == SQL_API_ODBC3_ALL_FUNCTIONS
but the function says that SQLFetchScroll isn't there if the second
parameter == SQL_API_FETCHSCROLL. I've just fix the bug.
Please try the snapshot dll at
http://www.geocities.jp/inocchichichi/psqlodbc/ .

regards,
Hiroshi Inoue
http://www.geocities.jp/inocchichichi/psqlodbc/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Richard Huxton 2003-06-30 06:35:06 Re: Client software vs cursor problem?
Previous Message Hiroshi Inoue 2003-06-30 04:14:02 Re: Client software vs cursor problem?