Re: ESQl and Stored Procedures

2004-04-16 Thread Carlos Dias
-Wakefield [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 15, 2004 8:57 PM Subject: Re: ESQl and Stored Procedures Carlos, just for background, can you do a simple select or update query using ESQL? I ask only because you aren't getting a compile error, which you would normally

Re: ESQl and Stored Procedures

2004-04-16 Thread Christian Haul
Carlos Dias wrote: Hi, I'm trying to use a stored procedure for making an update in an Oracle database. Here is the xsp+esql code: ?xml version=1.0 encoding=iso-8859-1? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-request=http://apache.org/xsp/request/2.0;

ESQl and Stored Procedures

2004-04-15 Thread Carlos Dias
Hi, I'm trying to use a stored procedure for making an update in an Oracle database. Hereis the xsp+esql code: ?xml version="1.0" encoding="iso-8859-1"?

Re: ESQl and Stored Procedures

2004-04-15 Thread Leon Widdershoven
Could it be that the xsp:expr embedded in the xsp:logic block is the culprit? I read somwhere that that is not a wise combination. (which is logical as in an xsp:logic you don't need an xsp:expr). Please note: I did not try this, and have never used the esql:call. But it seems that all tags are

AW: xsp:expr in xsp:logic (was: ESQl and Stored Procedures)

2004-04-15 Thread Leon Widdershoven
For the people who search the list and want to see some sort of result:) See http://cocoon.apache.org/1.x/xsp.html for some details on XSP. Please note that xsp:logicxsp:exprfoo/xsp:expr/xsp:logic is not possible; the xsp:expr node must be inside an xsp:content node when used within xsp:logic

Re: ESQl and Stored Procedures

2004-04-15 Thread Christopher Painter-Wakefield
: | | Subject: Re: ESQl and Stored Procedures | --| Could

Re: ESQl and Stored Procedures

2004-04-15 Thread Christopher Painter-Wakefield
: | | Subject: ESQl and Stored Procedures | --| Hi, I'm trying to use a stored procedure for making an update

Re: ESQl and Stored Procedures

2004-04-15 Thread Leon Widdershoven
and Stored Procedures | --| Hi, I'm trying to use a stored procedure for making an update in an Oracle database. Here is the xsp