I use the ADODB full version of the time, the server unexpectedly does not support,
I almost wrote a class on my own, and I realized the ADODB function so that I didn't have to change my program.
But now I use the adodb-lite, this is a simplified version, good, very good
Http://www.80x86.cn/blog/attachments/month_200604/15%5F150215%5F07ycadodb%5Flite1%2E20%2Ezip
But there is no fetchrow function, you can use GetRows instead, but remember, GetRows returns a two-dimensional array, if only one row results, so
Copy the Code code as follows: $result = $rs->getrows (1); GetRows (); is also OK
return $result [0]
http://www.bkjia.com/PHPjc/317522.html www.bkjia.com true http://www.bkjia.com/PHPjc/317522.html techarticle I use ADODB full version of the time, the server unexpectedly does not support, I almost myself to write a class, the function of ADODB, so I do not have to change my program but now I use the adodb-...