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 86006 invoked from network); 11 Aug 2000 09:26:53 -0000 Received: from unknown (HELO ex-nld-ims0.baan.com) (194.149.80.1) by locus.apache.org with SMTP; 11 Aug 2000 09:26:53 -0000 Received: by ex-nld-ims0.baan.com with Internet Mail Service (5.5.2650.21) id ; Fri, 11 Aug 2000 11:26:05 +0200 Message-ID: From: David Dupuy To: "'cocoon-users@xml.apache.org'" Subject: SQL Date: Fri, 11 Aug 2000 11:26:02 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi all, In my xsp page, I'd like to make queries on a database. My first idea was to use taglibs...but...I haven't succeed. The second way was by using JDBC, and here's the problem. The connection with the database works, but as soon as I make a query, it returns the right data, displays correctly and shuts down the TomCat server, with an error about memory. Has someone an idea where this error may come from, or is there an another way to make queries in an xsp page? Thx David