Posted by: Daniela <daniela...@waters.com>
Hi at all,
My name is Daniela Cristea from Romania.
I have a situation like this
If SqlPrepareAndExecute(hSqlTempCctCalc, sSqlCmdCalc )
While SqlFetchNext(hSqlTempCctCalc, nFetchCalc )
...
Call SqlPLSQLCommand(hSqlPL, strCommand)
My problem is that even if we have several records given by the select
sSqlCmdCalc , after the first call of SqlPLSQLCommand the
SqlFetchNext(hSqlTempCctCalc, nFetchCalc ) returns FALSE, so the PLSQL
procedure is executed only once.
We also tried to call SqlSetResultSet(hSqlTempCctCalc, TRUE) after
SqlPLSQLCommand , but the functionality was the same.
Do you have any idee how I can fix the bug?
Thank you in advance!