16 Aug
2013
16 Aug
'13
4:05 a.m.
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/