when mysql_stmt_fetch(stmt) returns 100 or 101, the mysql_stmt_error(stmt) give empty error message, and the document
http://dev.mysql.com/doc/refman/5.0/en/mysql-stmt-fetch.html doesn't tell anything about the two return values, what does it mean?
please help, thanks a lot.