Python Forum
Database operation exception handling
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Database operation exception handling
#1
Hi,
Do commit and rollback operations on a database need their own separate and specific try-exception blocks over and above any try-block used for a modifying query?
Ta.
Reply
#2
I don't think so.
You can put your commit or rollback inside its own 'try' block to check if it ran correctly, or you can use the same 'try' for all the transactions sequence.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Star python exception handling handling .... with traceback mg24 3 1,431 Nov-09-2022, 07:29 PM
Last Post: Gribouillis
  TicTacToe Game Add Exception Handling and Warning Function ShaikhShaikh 5 2,590 Nov-03-2021, 05:02 PM
Last Post: deanhystad
  Exception handling in regex using python ShruthiLS 1 2,447 May-04-2020, 08:12 AM
Last Post: anbu23
  Exception handling Calli 2 2,561 Apr-20-2020, 06:13 PM
Last Post: Calli
  Handling exception from a module dchi2 11 5,949 Nov-25-2019, 08:47 AM
Last Post: dchi2
  problem using custom exception handling in python srm 3 3,180 Jul-03-2019, 09:10 PM
Last Post: ichabod801
  an easy way to disable exception handling Skaperen 6 5,722 Jun-02-2019, 10:38 PM
Last Post: Gribouillis
  exception handling KyawMyo 3 2,996 May-07-2019, 07:53 AM
Last Post: buran
  During handling of the above exception, another exception occurred Skaperen 7 27,219 Dec-21-2018, 10:58 AM
Last Post: Gribouillis
  Exception Handling grkiran2011 3 3,090 Oct-05-2018, 03:23 PM
Last Post: volcano63

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020