query($sql); } // -------------------------------------------------------------------------- /** * Return the number of rows returned for a SELECT query * * @return int */ public function num_rows() { // @TODO: Implement } } // End of odbc_driver.php