it doesn't talk about cursors at all, it just uses the normal mysql client interface like mysql_fetch which have a 1:1 mapping into php (the spiritual client language).
As far as I'm aware there isn't an embedded SQL pre-processor for mysql which might allow you to use cursors.
The syntax does include decalre cursor (see
but that might just be for stored procs so you might be able to use them, but I would say it's not a thing that mysql progams would usually support or require.
Hope this helps, if you need any further help on getting to your data come back and someone will be able to help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.