Quantcast
Channel: SCN: Message List - SAP MaxDB
Viewing all articles
Browse latest Browse all 2539

-9206 AK Duplicate catalog information

$
0
0

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


Viewing all articles
Browse latest Browse all 2539

Trending Articles