At 9:56 -0500 12/1/05, Barbara Deaton wrote:
All,

I'm actually looking for a RTFM reply here. I need to simulate SQLSetPos and SQLBulkOperations in my application which is written with the MySQL C API. I thought MySQL 5.0 was supposed to have cursor support, but the only thing I can find in the documentation is regarding server side cursors via stored procedures.

Are cursors supported outside of stored procedures, if so where can I find this information? I've googled "mysql cursor support" and they all take me back to the same place in the doc: 17.2.11. Cursors.

Stored procedures, or the C API.  See:

http://dev.mysql.com/doc/refman/5.0/en/mysql-5-0-nutshell.html

Second item in the list.

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to