When I used the full version of adodb, the server didn't support it.
I almost wrote a class myself to implement adodb's functions so that I didn't have to change my program
But now I use adodb-lite, this It is a simplified version, not bad, 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 that GetRows returns a two-dimensional array. If you only want one row of results, it should be like this