Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 46102 invoked from network); 10 Mar 2004 14:30:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Mar 2004 14:30:34 -0000 Received: (qmail 51678 invoked by uid 500); 10 Mar 2004 14:30:21 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 51659 invoked by uid 500); 10 Mar 2004 14:30:21 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 51645 invoked from network); 10 Mar 2004 14:30:20 -0000 Received: from unknown (HELO lakemtao02.cox.net) (68.1.17.243) by daedalus.apache.org with SMTP; 10 Mar 2004 14:30:20 -0000 Received: from smtp.east.cox.net ([172.18.52.53]) by lakemtao02.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040310143019.SSLD11398.lakemtao02.cox.net@smtp.east.cox.net> for ; Wed, 10 Mar 2004 09:30:19 -0500 From: To: users@cocoon.apache.org Subject: end-2-end Sybase ESQL stored proc example Date: Wed, 10 Mar 2004 9:30:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20040310143019.SSLD11398.lakemtao02.cox.net@smtp.east.cox.net> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello I'm trying to call a stored procedure in Sybase or MS SQL Server. This stored proc accepts parameters and returns me a ResultSet. Basically, it has something like "select * from T where name = @appl_nme", where @appl_nme is the input parameter. I plan to use Sybase's jConnect JDBC library. Now, I tried to find one end-to-end example with how to setup Sybase or MS SQL Server and Cocoon, and write ESQL expressions in XSP. I couldn't find any samples, but saw a few posts on subj with problems calling stored procs. Does anyone know of such an example in Cocoon 2.1? I don't have to use XSP by the way. Maybe there's a better way in C2.1 to do this sort of things. thanks, Argyn --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org