Re: ESQL Update problem

2002-05-16 Thread Giuseppe Di Pierri
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 05, 2002 5:09 PM Subject: ESQL Update problem I have been developing an application for a few months now and up till now I haven't need to use the SQL UPDATE command, but when I added the code below

Re: ESQL Update problem

2002-05-16 Thread Bert Van Kets
PROTECTED] Sent: Sunday, May 05, 2002 5:09 PM Subject: ESQL Update problem I have been developing an application for a few months now and up till now I haven't need to use the SQL UPDATE command, but when I added the code below to a logicsheet today... esql:execute-query esql:queryUPDATE

RE: ESQL Update problem

2002-05-06 Thread Sharat Koya
] Subject: Re: ESQL Update problem [EMAIL PROTECTED] wrote: I have been developing an application for a few months now and up till now I haven't need to use the SQL UPDATE command, but when I added the code below to a logicsheet today... esql:execute-query esql:queryUPDATE item set number

Re: ESQL Update problem

2002-05-06 Thread Christian Haul
To: [EMAIL PROTECTED] Subject: Re: ESQL Update problem [EMAIL PROTECTED] wrote: I have been developing an application for a few months now and up till now I haven't need to use the SQL UPDATE command, but when I added the code below to a logicsheet today... esql:execute-query

ESQL Update problem

2002-05-05 Thread sxk99c
I have been developing an application for a few months now and up till now I haven't need to use the SQL UPDATE command, but when I added the code below to a logicsheet today... esql:execute-query esql:queryUPDATE item set number='xsp:exprbase.xsl:value-of select=@type//xsp:expr' where

Re: ESQL Update problem

2002-05-05 Thread Christian Haul
[EMAIL PROTECTED] wrote: I have been developing an application for a few months now and up till now I haven't need to use the SQL UPDATE command, but when I added the code below to a logicsheet today... esql:execute-query esql:queryUPDATE item set number='xsp:exprbase.xsl:value-of