Hi ramon, You can only use the Ape.MySQL object on the server-side. I saw that you tried to use it client-side.
On the clientside you can communicate with the APE server, which in turn can open a mysql connection. Or you can communicate with a server- side language like php and let it perform the MySQL queries without using the Ape JSF. King regards, Evertjan Garretsen On 1 sep, 13:20, Ruben Decleyn <[email protected]> wrote: > install firebug in Firefox: > i see this: > > Ape is not defined > var sql = new Ape.MySQL("ip:port", "user", "password", "database"); > > make sure you have an script where Ape is defined > in the demo it is in demo.js > > Kind Regards. > Ruben Decleyn > > On Wed, Sep 1, 2010 at 1:13 PM, Ramon van ophuizen < > > [email protected]> wrote: > > Um dam thanks, > > I always get the error Ape not define > >http://antronic.eu/ape-jsf/Demos/Chat/test.html > > If i test a demohttp://antronic.eu/ape-jsf/Demos/Chat/demo.html its > > works perfect what do i miss ? > > > -- > > 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]<ape-project%[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/ -- 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/
