MySQL - Explain how to handle MySQL statement execution
errors - June 17, 2009 at 10:00 am by Rajmeet Ghai
Explain how to handle MySQL statement execution errors
When a MySQL statement is executed using mysql_query(), a FALSE Boolean value is
returned if any error occurred. To get details on the error, mysql_errno() and
mysql_error() can be used to get the error number and error message.
|
More MySQL Resources
Answer -
MySQL is a relational database management system which........
Answer - MySQL does not support a very large database size as
efficiently........
Answer - Access to the user table should never be given to
avoid SQL injection attacks..........
Answer - Using Enum can restrict the number of values that can
be allowed to go inside a table. If there is an ENUM for Colors
.....
Answer -
Establishing connection to MySQL database using PHP can be done........... |
|