Hi,

I want to redirect to an error message page if the below query
dynament fails to execute i.e. fails to insert the values into the
database and to a success page if inserting succeeds



<dynaments>

<rde-dm:rdb mode="update" alias="TW_SQLServer" sql="insert into form
values('[#request:abc#]','[#request:pqr#]' />

<!--Page redirection happens here.-->

<!-- If failure -->
<rde-dm:process mode="redirect" url="failure.htm">
</rde-dm:process>

<!-- If success -->
<rde-dm:process mode="redirect" url="success.htm">
</rde-dm:process>

</dynaments>

Please advise me how should I proceed.

I have gone through the Live server dynaments manual but could not
understand it.

Regards,
Chandrakanth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to