Re: Cursor support

2005-12-01 Thread Paul DuBois
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

Re: Cursor support

2005-12-01 Thread SGreen
L 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 c

Re: Cursor support

2005-12-01 Thread Peter Brawley
ch 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?

Cursor support

2005-12-01 Thread Barbara Deaton
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