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 64500 invoked from network); 8 Jun 2000 18:52:44 -0000 Received: from akira.webslingerz.com (HELO localhost.localdomain) (root@206.66.49.201) by locus.apache.org with SMTP; 8 Jun 2000 18:52:44 -0000 Received: from localhost (balld@localhost) by localhost.localdomain (8.9.3/8.9.3) with ESMTP id NAA02094 for ; Thu, 8 Jun 2000 13:43:26 -0400 X-Authentication-Warning: localhost.localdomain: balld owned process doing -bs Date: Thu, 8 Jun 2000 13:43:26 -0400 (EDT) From: Donald Ball X-Sender: balld@localhost.localdomain To: Cocoon list Subject: Re: SQL INSERT problem In-Reply-To: <20000608102353.12686.qmail@web124.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Thu, 8 Jun 2000, mohamed ramzy wrote: > hi > i'm trying to insert data into a database by useing > XSL XSP taglib,...i'm useing MYSQL database > i did the following > > > org.gjt.mm.mysql.Driver > jdbc:mysql://localhost/Ramzy1 > mrz > zocka > ROWSET > ROW INSERT INTO pet > VALUES('usname', > > 'uspass',NULL,NULL,NULL,NULL) > > > > then i got the following error: > > Error found handling the request. > java.sql.SQLException: ResultSet is from UPDATE. No > Data > > > does any 1 has any idea... Sure, lots of 'em. What version of cocoon are you using? What database and JDBC driver are you using? Can you send me a full strack trace? - donald