Lets say I want to execute 3 postgresql queries in a row based on the
inputs in a php form...Here's the catch though. What happens if #1 and #2
execute perfectly, but #3 fails for one reason or another. Is there a way to
set things up so that the server knows and compensates... in other words...
do queries 1,2&3, but if any query is unsuccessfull set the db back to the
way it was before any of the queries executed.
Please speak slowly ... I'm still getting the hang of postgresql
--
Alexander Ross
alexross@bleen. net
inputs in a php form...Here's the catch though. What happens if #1 and #2
execute perfectly, but #3 fails for one reason or another. Is there a way to
set things up so that the server knows and compensates... in other words...
do queries 1,2&3, but if any query is unsuccessfull set the db back to the
way it was before any of the queries executed.
Please speak slowly ... I'm still getting the hang of postgresql
--
Alexander Ross
alexross@bleen. net
Comment