← Back to team overview

maria-discuss team mailing list archive

New Question: how can i transfer data use cursor

 

Hello,

A new question has been asked in "MariaDB Documentation" by bhdbing:
--------------------------------
in MariaDB the cursor can't be a output datatype,
generally in Oracle ,i declare a cursor and use it for transfer data,the sample like:
...rs out sys_refcursor...
open rs for select * from %table name%;
...
in c#,the cursor rs can be accepted,so i can get the whole data from %table name%.
in MariaDB,how can i do this?
--------------------------------

To view or answer this question please visit: http://kb.askmonty.org/en/how-can-i-transfer-data-use-cursor/