mrodrigow Report post Posted July 11, 2008 On my current project, we are using the php class to adoDB (http://adodb.sourceforge.net/) for the abstraction of the database. I tried to use the method addDataFromDatabase to spend a result originated from the adoDB class but unable to results. Is there any method that I can use with the results coming from adoDB class? Share this post Link to post Share on other sites
Arindam Report post Posted July 12, 2008 Hi, I am afraid, as of now, PHPClass does not support adoDB class. We use the standard MYSQL extension only. If you wish to use addDataFromDatabase() you need to use MYSQL connection. You can yourself modify the code to support adoDB Share this post Link to post Share on other sites