Hi
I'm trying to accomplish connection with mysql database with ape.
My test code:
var = sql = new Ape.MySql('127.0.0.1', 'root', 'root'', 'db_name');
sql.onConnect = function() {
Ape.log('You are now connected');
}
sql.onError = function(errorNo) {
Ape.log('Connection error: ' + errorNo + ' ' + this.errorString());
}
...
Error:
libape-spidermonkey.c:2204 - JavaScript : Connection error: 12 No such
file or directory
Please help :)
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/