cancel
Showing results for 
Search instead for 
Did you mean: 

Does SAP HANA ODBC support scrollable cursors?

sebflaesch
Explorer

None of these statement attributes seem to work:

  1. SQL_ATTR_CURSOR_TYPE + SQL_CURSOR_STATIC (accepted, but can only fetch forward)
  2. SQL_ATTR_CURSOR_SCROLLABLE + SQL_SCROLLABLE (error when setting the attribute)

So I assume scrollable cursors are NOT supported?

Accepted Solutions (1)

Accepted Solutions (1)

jeff_albion
Employee
Employee

Hi Sebastien,

That is correct - HANA does not support scrollable cursors. We will add this information to our HANA Client Interface Programming Reference.

Best regards,

Jeff

sebflaesch
Explorer
0 Kudos

Thank you Jeff.

We can emulate scrollable cursors, so it's not a blocker for us.

Seb

Answers (0)