Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 72667 invoked from network); 28 Feb 2003 16:29:44 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 28 Feb 2003 16:29:44 -0000 Received: (qmail 12988 invoked by uid 97); 28 Feb 2003 16:31:22 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 12981 invoked from network); 28 Feb 2003 16:31:21 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 28 Feb 2003 16:31:21 -0000 Received: (qmail 72098 invoked by uid 500); 28 Feb 2003 16:29:37 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 72033 invoked from network); 28 Feb 2003 16:29:36 -0000 Received: from smtp.us-south.net (66.147.172.25) by daedalus.apache.org with SMTP; 28 Feb 2003 16:29:36 -0000 Received: (qmail 45858 invoked by uid 85); 28 Feb 2003 15:08:43 -0000 Received: from mail.us-south.net (HELO ussmail1.us-south.net) (10.2.19.13) by smtp.us-south.net with SMTP; 28 Feb 2003 15:08:42 -0000 Received: from IALAM ([10.2.25.64]) by ussmail1.us-south.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id FW6R0BCG; Fri, 28 Feb 2003 10:27:50 -0500 To: commons-dev@jakarta.apache.org Subject: [dbutils] query with results From: george stewart Date: 28 Feb 2003 10:27:49 -0500 Message-ID: Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by AMaViS perl-11 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Oops! Code snippet that I just sent didn't compile. To compile has to be: if (pstmt.executeUpdate() > 0) { pstmt.getMoreResults(); return rsh.handle(pstmt.getResultSet()); } return null; // ???? --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org