aspose file tools
The moose likes JDBC and the fly likes Need for stored procedure.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Need for stored procedure.." Watch "Need for stored procedure.." New topic
Author

Need for stored procedure..

sridhar Ranganathan
Greenhorn

Joined: Feb 06, 2008
Posts: 29
Hi,

I need the stored procedure ,It should return the records from the DB .

Thanks,
Sri.R
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32671
    
    4
You should find that in any tutorial for SQL. There is an example for MySQL here.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Need for stored procedure..
 
Similar Threads
New to JDBC Callable Satement
Clarification regarding stored procedure Hibernate
query for updating
Help with: java.sql.SQLException: ORA-01008: not all variables bound
Statement & PreparedStatement