Hello,
I try to execute a simple program with maxdb connected with odbc.
1) DECLARE cursor1 for CURSOR SELECT ...
2) OPEN cursor1
3) FETCH cursor1 INTO ...
4) CLOSE cursor1
5) DECLARE cursor1 for CURSOR SELECT ...
It hangs with " -9206 AK DUPLICATE catalog information",
How can we use the same cursor name ?
Do we have to deallocate, or change an option in maxdb,
Thanks a lot for any help
Best regards