Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PDO – returning absolute index with MySQL

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #40509
    fooman
    Participant

    I simply want to grab an absolute-index of my result set of a PDO object.

    I’ve read from user comments in the PHP documentation of PDO that cursors are not supported by MySQL drivers.
    [Your text to link here…](http://php.net/manual/en/pdostatement.fetch.php “Here’s the page with that info”)

    Apparently the function will silently fail, and just return the result set in ‘normal’ order.
    I have no idea how to work-around this, or if I even need to do a work-around. Perhaps I’m just missing the point.

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.