forgot its auto commit
This commit is contained in:
parent
ede81ec857
commit
7a4ea9ad95
@ -97,7 +97,6 @@ public class DataMapper {
|
|||||||
//System.out.println("cleaning strings: " + l_sSQL);
|
//System.out.println("cleaning strings: " + l_sSQL);
|
||||||
l_pStatement = l_cCon.prepareStatement(l_sSQL);
|
l_pStatement = l_cCon.prepareStatement(l_sSQL);
|
||||||
l_pStatement.executeUpdate();
|
l_pStatement.executeUpdate();
|
||||||
l_cCon.commit();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (SQLException throwables) {
|
} catch (SQLException throwables) {
|
||||||
|
Loading…
Reference in New Issue
Block a user