DB Cursor fetching in Web Applications

Posted by Alix Axel on Stack Overflow See other posts from Stack Overflow or by Alix Axel
Published on 2010-05-09T10:37:29Z Indexed on 2010/05/09 10:48 UTC
Read the original article Hit count: 215

Filed under:
|
|
|
|

I never understood this: in web development whe[n|re] does it make sense to fetch results one by one?

I mean, why should I use PDOStatement->fetch*() when I can use PDOStatement->fetchAll()?

© Stack Overflow or respective owner

Related posts about php

Related posts about databases