<? require("class.simpleado.php"); $test = new simpleADO(NULL,NULL,"MS Access"); $test->useTable("mytable"); $test->setSelection("myData,myAge,myBlue"); $test->setWhere("myAge = 25"); $test->select(); var_dump($test->recordSet()); ?>