On 17.Mar.2003 -- 09:48 AM, Delis, Christopher E. wrote:
> on a slightly different note, is there "place-holder" functionality in esql
> stylesheet language?  e.g.,
> 
> insert into atable (field1, field2) values (?, ?)
> select * from atable where field1 = ? limit ?

Yes, see <esql:parameter/> it is equivalent to (and mapped to) JDBC
parameters in prepared statements.

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to