Using php_maxdb.dll version 7.5.22. If this is not the appropriate forum, please excuse me. I have noted the following problems when making direct comparison with mysqli functions.
1. maxdb_query does not return the correct responses. It always returns a resource id, which should only occur when a query returns a result set. The function should return TRUE when a query succeeds and no result set is returned, such as insert, update statements. The function should return FALSE when the SQL statement fails. 2. maxdb_data_seek cannot seek to record 0 (The first in the result set). It issues a warning as if record 0 is invalid. It doesn't issue the warning if seeking to a negative number, but subsequent calls to maxdb_data_seek fail. 3. maxdb_field_seek starts at offset 1, instead of 0. passing an invalid offset to the function causes a GPF. 4. The documentation implies that maxdb_num_rows should work, but it always returns -1. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
