I am working on some code that I am moving to use PDO in order to
play with it a bit. I used to use ADODB, but want to try out the
performance of using PDO and just skipping some of the portability of
the db code. The one thing I find myself missing is the ADODB debug
and sql values where you
I am working on some code that I am moving to use PDO in order to
play with it a bit. I used to use ADODB, but want to try out the
performance of using PDO and just skipping some of the portability of
the db code. The one thing I find myself missing is the ADODB debug
and sql values where you
I am trying to go through the PDO documentation to set up PDO to
always use PDO::FETCH_ASSOC instead of being forced to include this
attribute on each and every fetch call. Can anyone tell me if there
is a setAttribute value I can set when I create the db connection
handler that I reuse thr
3 matches
Mail list logo