X-Original-To: pgsql-sql@postgresql.org Received: from spampd.localdomain (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id A087F4758F1 for ; Sat, 29 Mar 2003 15:35:39 -0500 (EST) Received: from flock1.newmail.ru (flock1.newmail.ru [212.48.140.157]) by postgresql.org (Postfix) with SMTP id F3FFC474E42 for ; Sat, 29 Mar 2003 15:35:37 -0500 (EST) Received: (qmail 30062 invoked from network); 29 Mar 2003 20:35:36 -0000 Received: from unknown (HELO zodiacfhynm2is) (bishop@194.226.57.125) by smtpd.newmail.ru with SMTP; 29 Mar 2003 20:35:36 -0000 Message-ID: <002a01c2f632$c49f09f0$7d39e2c2@zodiacfhynm2is> From: "Zodiac" To: "Franco Bruno Borghesi" Cc: References: <006301c2f579$d21e8a60$7739e2c2@zodiacfhynm2is> <200303282040.59217.franco@akyasociados.com.ar> Subject: Re: Stored procedures Date: Sat, 29 Mar 2003 23:35:41 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Status: No, hits=-6.5 required=5.0 tests=REFERENCES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-Archive-Number: 200303/640 X-Sequence-Number: 12678 Thank you for help. Just one more question. Have i direct access to stored procedure? For example, i have procedure which returns Integer and i wanna to have ability to write such code " int var = ANY_CALL". Where ANY_CALL is a my procedure call. I meant must i do "executeQuery" only and after then parse Statement variable? Thank you.