Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 45426 invoked from network); 10 Jul 2000 15:24:55 -0000 Received: from kahless.dff.st (HELO mail.dff.local) (62.153.127.50) by locus.apache.org with SMTP; 10 Jul 2000 15:24:55 -0000 Received: from shodan.dff.local ([172.16.1.7] helo=shodan) by mail.dff.local with smtp (Exim 3.03 #1) id 13BfQO-00012K-00 for cocoon-users@xml.apache.org; Mon, 10 Jul 2000 17:24:48 +0200 From: "Torsten Curdt" To: "Cocoon-Users" Subject: built sql query Date: Mon, 10 Jul 2000 17:22:48 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal I know now how to do and display a sql query with cocoon. But can anyone show me a good way to do a built query? I mean a query that is modified by the parameters passed to the page (a very common task) something like: show.xml?id=50 -> select * from sometable where tableid=50 actually the question is: how can I pass my java built sql string to the sql processor? -- Torsten