| Author |
DAO pattern for stored procedure cal
|
ashok gurusamy
Greenhorn
Joined: Jul 23, 2006
Posts: 2
|
|
|
Can anyone please explain me how to use DAO pattern for calling stored procedure. MY scenario is mobile based application ,whenever customer calls it has to fetch the data from database using Stored Procedure and i am using MVC attern
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26141
|
|
Ashok, Welcome to JavaRanch! Sun's description of the DAO pattern has sample code at the end. There's nothing special about using it for a stored procedure. Just use a CallableStatement rather than a PreparedStatement.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: DAO pattern for stored procedure cal
|
|
|