Monday, March 26, 2012

Refresh SQL_CURSOR_FORWARD_ONLY

Hi,
I'm trying to refresh (re-read) the current row of an forward only cursor
but SQLFetchScroll and SQLSetPos will fail for this kind of Cursor. Is there
any way to do that?
Regards,
Michael Sterzl[GSD]"Michael Sterzl" <msterzl@.gsd-software.com> wrote in message
news:%23dBdajxtGHA.4752@.TK2MSFTNGP03.phx.gbl...
> Hi,
> I'm trying to refresh (re-read) the current row of an forward
> only cursor but SQLFetchScroll and SQLSetPos will fail for this
> kind of Cursor. Is there any way to do that?
> Regards,
> Michael Sterzl[GSD]
No. You can't scroll a forward only cursor.
- Arnie

No comments:

Post a Comment