I've created a menu system on a server with 3.23.24-beta and selectrow_array calls work flawlessly. But when I move that same system to a server with 3.23.41, a seemingly updated version, selectrow_array calls work but return with the error: fetch() without execute(). Looking at the DBI module it's using, a call to selectrow_array seems to just translate into a normal prepare/execute/fetchrow_array process. Unfortunately this messes up the error handling code of the menu system since an SQL 'error' is being returned -- regardless of the success of the query.
Any help would be greatly appreciated. Thanks, Dave Mittner --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php