> On wto, mar 04, 2003 at 03:21:27 +0100, Steven Noels wrote: > > Leszek Gawron wrote: > > > > ><esql:execute-query> > > ><esql:query> > > >SELECT > > > K.K_NIP AS Knt_NipE, > > > B.GST_KntID AS Knt_KntId, > > > B.GST_KntID AS Knt_Kod, > > > K.K_GRUPA AS Knt_Grupa, > >
It sounds like people are doubting ESQL, so it is worth trying accessing your database JDBC with Java, without Cocoon in the picture. Then you can work out whether it is Cocoon or JDBC that is causing you a problem. I had to do this recently, so I used some code in the O'Reilly "Java Examples in a Nutshell" book. Regards, Upayavira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
