Hi,
Can any one help me out with a class that has almost a similar functionality as of ADO ex) rs.movenext rs.moveprevious ....
thx in advance Ganesh
If you are looking for a library similar to ADO for PHP, try ADODB from http://php.weblogs.com
It's a fast database abstraction library, so you can easily port applications from one db to another. I use it exclusively in my intranet apps at work.