Does this driver support SQLExtendedFetch and SQLFetchScroll?

0 votes
asked by about UnisDB32 ODBC Driver
edited by

Trying the cursors to fetch data inside a result set but since these functions don't seem to be supported by the driver. I can't do a Fetch_Prior or Absolute.

1 Answer

0 votes
No avatar answered by (193k points)

Yes, the function is supported, but the SQLExtendedFetch has been replaced with SQLFEtchScroll starting with ODBC version 3.x. There is also an entry in the MSDN page provided by Windows that explains these changes. I recommend accessing thr page to know more about these functions.

MSDN entry: https://msdn.microsoft.com/en-us/library/ms713591%28v=vs.85%29.aspx

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...