Re: esql and xsp:logic

2002-04-03 Thread yuryx
Montier Patrick wrote: >hi, > >Your Mysql connexion (here Mybase) must be declared in the cocoon.xconf and >web.xml. > >Here is an simple example : > > >int idemp=0; > > > > > Mybase > > > > SELECT * from mytable > > > > > > idemp=; > ..

RE: esql and xsp:logic

2002-04-03 Thread Montier Patrick
hi, Your Mysql connexion (here Mybase) must be declared in the cocoon.xconf and web.xml. Here is an simple example : int idemp=0; Mybase SELECT * from mytable idemp=; No results