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/

_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to     : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to