Hi, me again,
I spent some time searching again tonight, just in case. I have a
project I need to start working on next week that need MySQL support.
Otherwise I'll have no choice but to got back to Java Socket or
something like that… But I would really like to use APE, it's seems so
much nice!
Anyway, I double checked my builds and MySQL setting again just to
make sure. But I have a question:
Let's say I put this in the server side code:
var sql = new Ape.MySQL("ip:port", "user", "password", "database");
Ape.log(sql);
What should happen?
Right now I have this in the logs:
2011-08-22 23:34:57 - libape-spidermonkey.c:2475 - JavaScript :
function MySQL() {
[native code]
}
Don't know if it's a good sign or not… It's really annoying not having
any error of callback on this thing. At least I would know where to
start. For now this is all I have since MySQL.onError and
MySQL.onConnect never fire...
--
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/