sorry to bug the list again, but...

<esql:update-results> - ok. So the contents of this tag get processed if 
the update is sucessful. But it seems that even when the update is 
sucessful, the contents of the <esql:no-results> tag also gets processed.

all I want to do is display one template if the update worked and a 
different one if it didn't... So I asume that the only way to do this (as 
esql:no-results> doesn't seem to mean anything on an update query) is to 
count the number of rows affested by the update query and add a bit of xsp 
logic in there to decide what to do... The API states that the number of 
rows affected from an update query is returned in the $rv variable... but 
how the hell do I access this variable?

thanks in advance

-- 
Tom David Kirkpatrick
Virus Bulletin Web Developer, Virus Bulletin

Tel: +44 1235 555139
Web: www.virusbtn.com


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

Reply via email to