Cocoon2 mySQL database update query with success/failure differentiation

2001-12-26 Thread Uwe Stelzer
Hello everybody, I have the following problem and for me it is hard to tell where the reasons are: I am trying to send an insert query to mySQL from an XSP-Page processed by Cocoon 2. If successful the resultpage shall yield some hopebringing comment, for example which values have been

Re: Cocoon2 mySQL database update query with success/failure differentiation

2001-12-26 Thread reachsumit
understand the entire procedure regards sumit - Original Message - From: Uwe Stelzer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 26, 2001 10:12 PM Subject: Cocoon2 mySQL database update query with success/failure differentiation Hello everybody, I have the following

Re: Cocoon2 mySQL database update query with success/failure differentiation

2001-12-26 Thread David Rosenstrauch
Try using: esql:error-results esql:get-message/ /esql:error-results DR At 05:42 PM 12/26/01 +0100, you wrote: Hello everybody, I have the following problem and for me it is hard to tell where the reasons are: I am trying to send an insert query to mySQL from an XSP-Page processed by

Re: Cocoon2 mySQL database update query with success/failure differentiation

2001-12-26 Thread Uwe Stelzer
26, 2001 6:28 PM Subject: Re: Cocoon2 mySQL database update query with success/failure differentiation Try using: esql:error-results esql:get-message/ /esql:error-results DR At 05:42 PM 12/26/01 +0100, you wrote: Hello everybody, I have the following problem and for me