Re: [PHP-DB] MDB2 help needed

2008-06-12 Thread James Lucas
Hi Yves, As the error object should be an PEAR_Error object then the function $result-getUserInfo() should give you the information you need. An example being: $record_sql = SELECT * FROM non_existent_table; $record_result = $mdb2-query($record_sql); if (PEAR::isError($record_result)) {

Re: [PHP-DB] Excel to xml

2008-06-12 Thread James Lucas
ioannes wrote: I am on a cPanel type shared server, they don't have a way of converting an Excel spreadsheet to xml (to read it into the database). This is a pity because xls files are smaller for the purpose of uploading them. Is there anyway to do this otherwise on a server, perhaps a