try {
...
} catch (SQLException sqle) {
String theError = (sqle).getSQLState();
...
}
かっこで囲むsqle
とどうなりますか?なんでも?
ちょっと興味があるんだけど。
try {
...
} catch (SQLException sqle) {
String theError = (sqle).getSQLState();
...
}
かっこで囲むsqle
とどうなりますか?なんでも?
ちょっと興味があるんだけど。