OleDbException
C#
3
Posts
2
Posters
1
Views
1
Watching
-
I just want to ask what are some of the errors that
OleDbException
exception handler usually handles? is the scenario of having a failed connection to the database one of the errors? I can't find a detailed list of all the exception handlers usually used in database programming. -
I just want to ask what are some of the errors that
OleDbException
exception handler usually handles? is the scenario of having a failed connection to the database one of the errors? I can't find a detailed list of all the exception handlers usually used in database programming.Deadlocks, timeouts, referential integrity problems... Duplicate keys...
-
Deadlocks, timeouts, referential integrity problems... Duplicate keys...