MySQL.onConnect
(since 1.0)
Mysql connection established callback
Description
string
MySQL.onConnect
(
)
This callback is called when mysql connection (and database selection) has been established.
Examples
sql.onConnect = function() {
Ape.log('Connected to mysql server');
}
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...
