MySQL.onError
(since 1.0)
Error occurred callback
Description
string
MySQL.onError
(
integer errorNo )
This callback is called when a mysql error occurs.
Parameters
errorNo
The mysql error number
Examples
sql.onError = function(errorNo) {
Ape.log('Connection Error : ' + errorNo + ' : '+ this.errorString());
}
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
