Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: FW: SQL Procedure


Message #1 by David Long <davidl@w...> on Tue, 21 Nov 2000 14:08:43 -0000
Sure you can do, by using BMP and invoke the stored procedures via JDBC.
However, this will tie you down to a particular database vendor's
proprietary language, which you may want to think twice before making a
commitment.

Eric Ma


-----Original Message-----
From: Xiang Dong [mailto:xchen@d...]
Sent: 20 November 2000 21:07
To: Java Server
Subject: SQL Procedure


Hi All,

I am a newer for EJB. I have one question for Entity Bean. I 
know we can
search, update or delete records by SQL query with Entity Bean. I'm
wondering: can I invoke an sql procedure from an Entity Bena 
method? How can I do it?

Thanks

  Return to Index