MySQL.errorString
(since 1.0)
Get mysql error message
Description
string
MySQL.errorString
(
)
Used to get the last mysql error message.
Return values
The mysql error message
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...
