try {
...
} catch (SQLException sqle) {
String theError = (sqle).getSQLState();
...
}
What does surrounding sqle with parenthesis do? Anything?
Just curious.
What does surrounding Just curious. |
|||
|
|
|
Quick reply - Nothing. Longer reply - It might be a vestigial remnant of an inline cast:
|
|||
|
|