Published in: Java
Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@<SERVER>:1521:<SID>", "<user>", "<pwd>"); pStatement.setString(1, "test"); pStatement.setInt(2, 1); pStatement.execute(); pStatement.close();
Comments
Subscribe to comments
You need to login to post a comment.

std PreparedStatement var name is ps