开发者

Java web service invoking a stored pocedure

开发者 https://www.devze.com 2023-03-07 04:55 出处:网络
Does anybody have a example Java web srevice to invoke a stored procedure 开发者_如何学Goin the database.A java webservice shouldn\'t connect directly to a database, but go through a database layer.

Does anybody have a example Java web srevice to invoke a stored procedure 开发者_如何学Goin the database.


A java webservice shouldn't connect directly to a database, but go through a database layer.

For java to use a stored procedure use the prepareCall method in JDBC as seen here:

http://download.oracle.com/javase/tutorial/jdbc/basics/storedprocedures.html

0

精彩评论

暂无评论...
验证码 换一张
取 消