- JDBC로 프로시저 호출하기
- 日常茶飯事
- 2009. 12. 5. 17:45
- SQL Server에서 SELECT 결과를 리턴하는 경우
- 위와 동일한 환경에서 PreparedStatement로 프로시저 실행
[todo] openquery로도 가능하지 않나?
getDatabaseProductName : Microsoft SQL Server
getDatabaseProductVersion : 9.00.1399
getDriverName : Microsoft SQL Server 2005 JDBC Driver
getDriverVersion : 1.2.2828.100
getDriverVersion(int) : 1.2
getJDBCVersion : 3.0
getDatabaseProductVersion : 9.00.1399
getDriverName : Microsoft SQL Server 2005 JDBC Driver
getDriverVersion : 1.2.2828.100
getDriverVersion(int) : 1.2
getJDBCVersion : 3.0
- 위와 동일한 환경에서 PreparedStatement로 프로시저 실행
[todo] openquery로도 가능하지 않나?
Recent comment