Files
HeidiSQL/components
rosenfield 0f7015bf61 * Allow calls to TZMySQLResultSet.Next() to succeed in the case of queries without result data. The FQueryHandle retrieved from libmysql is null in these cases, so it seemed appropriate that the driver also returned null for FetchRow() when given such a handle. That seems to be what TZMySQLResultSet.Next() checks for, too.
* Allow TZMySQLResultSet.Open() to succeed in the event of a query which yields no results.

With these last fixes in place, you can experiment with removing the two exceptions that the zeos mysql driver itself throws when asked to run eg Open() but no results are returned.
2007-10-05 18:36:05 +00:00
..