Hello,
with MAXDB 7.6 I could use the following command sequences with ODBC
SQLPrepare(SELECT ...)
SQLBindParameter()
SQLExecute()
SQLFetch()
SQLCloseCursor()
and then again
SQLExecute()
SQLFetch()
SQLCloseCursor()
as often as I wanted.
With MAXDB 7.9 (64-bit, Windows) the statement apparently has to be re-initialized completely after SQLCloseCursor().
Am I correct in attributing this behaviour to MAXDB?
Is there a chance that this will change again?
Peter Willadt