cosntructor
Şöyle yaparız.
Şöyle yaparız.
oracle.jdbc.OracleConnection connection = ...;
OracleCallableStatement callableStatement = (OracleCallableStatement) connection
.prepareCall("{call bss_acc.ACC_STATEMENT(?,?,?,?)}");
Hiç yorum yok:
Yorum Gönder