esql and db-actions error handling

2002-04-12 Thread Jerzy Kut
Hi cocooners! I want to handle errors coming from esql selects and actions operate on DB. ESQL - I try to do: esql:connection esql:poolmypool/esql:pool esql:execute-query esql:query select EMPNO from EMP /esql:query esql:results esql:row-results

Re: esql and db-actions error handling

2002-04-12 Thread Christian Haul
On 12.Apr.2002 -- 09:18 AM, Jerzy Kut wrote: Hi cocooners! I want to handle errors coming from esql selects and actions operate on DB. ESQL - I try to do: esql:connection esql:poolmypool/esql:pool esql:execute-query esql:query select EMPNO from EMP

Re: esql and db-actions error handling

2002-04-12 Thread Jerzy Kut
..) Regards Jerzy Kut - Original Message - From: Christian Haul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 12, 2002 9:50 AM Subject: Re: esql and db-actions error handling On 12.Apr.2002 -- 09:18 AM, Jerzy Kut wrote: Hi cocooners! I want to handle errors coming from esql

Re: esql and db-actions error handling

2002-04-12 Thread Christian Haul
On 12.Apr.2002 -- 10:12 AM, Jerzy Kut wrote: If I understand Your explanation it is correct construct that should provide handling db errors. So how to handle this? You're right. Sometimes I forget all the differences between the original database actions and those in scratchpad With the