Using version 1.00 running on CentOS. The code is simply:
sql.query('SELECT asdf1, asdf2 from testTable', function(res,
errorNo)
{
Ape.log('hey got here');
});following the wiki example given. Thanks! On Nov 16, 10:26 am, Johnathan Leppert <[email protected]> wrote: > Which version are you using? Can you post your sample code? > > > > On Mon, Nov 15, 2010 at 4:10 PM, psb <[email protected]> wrote: > > I have APE server compiled with MYSQL support. I am trying very simple > > queries to small tables, just selecting a column and doing a count. I > > find that when I do that, it works fine. However, when selecting 2 > > columns, the server seg faults. Each individual column can be > > successfully selected and displayed, but when doing both, it just > > crashes. > > > There must be something very simple I am missing, does anyone have any > > suggestions? > > > -- > > 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%2bunsubscr...@googlegr > > oups.com> > > 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/
