Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 81282 invoked from network); 29 May 2005 08:38:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 May 2005 08:38:18 -0000 Received: (qmail 49637 invoked by uid 500); 29 May 2005 08:38:16 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 49614 invoked by uid 500); 29 May 2005 08:38:15 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 49598 invoked by uid 99); 29 May 2005 08:38:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smartmx-03.inode.at (HELO smartmx-03.inode.at) (213.229.60.35) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 29 May 2005 01:38:13 -0700 Received: from [85.124.30.125] (port=64497 helo=michael) by smartmx-03.inode.at with esmtp (Exim 4.34) id 1DcJJC-0003f1-U7; Sun, 29 May 2005 10:38:11 +0200 From: "Michael Glitzner" To: , "'Brandon Goodin'" Subject: AW: Stored procedures not working? Date: Sun, 29 May 2005 10:38:09 +0200 Message-ID: <000101c56429$be237a40$6500a8c0@michael> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <2fe5ef5b050529010248ee447@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Okey, now I tested it with the JDBC-Driver and it seems that there ist he bottleneck. The JayBird Driver doesn't return me more than 1 dataset, when I jump to the second one with next() I get the following error: "org.firebirdsql.jdbc.FBSQLException: The resultSet is not in a row, use next" But I don't have any idea now how to solve this problem, am I doing anything wrong with my stored procedure call? Thx for your help! Greetings, Michael -----Urspr=FCngliche Nachricht----- Von: Brandon Goodin [mailto:brandon.goodin@gmail.com]=20 Gesendet: Sonntag, 29. Mai 2005 10:02 An: Michael Glitzner Betreff: Re: Stored procedures not working? "When I execute the parameters "[D, 0, TW]" directly against the database" I'm still trying to determine if you have acutally tested this out with straight JDBC. When you say that you have tested it directly against the database that makes me think that you are using a client tool that does not use straight jdbc. Did you execute it against the database using straight JDBC with the JayBird JDBC Driver? Brandon