> Q1. If I want to manually trigger a DB transaction  roleback
> progrmatically what approach/methods should I use?

If it's straight mysql it's something like
execute("BEGIN")
execute("ROLLBACK")

If it's rails then I know raising causes one, not sure of others.
Cheers!
-=r
google rails how to rollback without raise
-- 
Posted via http://www.ruby-forum.com/.