Hello, Which statement you think is better to use from the performance perspective? stmt.registerOutParameter(1, java.sql.Types.INTEGER); OR stmt.registerOutParameter(1, OracleTypes.CURSOR);
Thanks, Armin
David Weitzman
Ranch Hand
Joined: Jul 27, 2001
Posts: 1365
posted
0
Hello, Armin, welcome to JavaRanch! Please change your display name to comply with our naming policy (which requires both a first and last name). Also, keep in mind that most of our vistors check multiple forums and those that don't would prefer not to spend time answering a question that may have been answered elsewhere. For that reason, we ask you to refrain from cross posting in multiple forums. Please continue this conversation in JDBC. Thanks!