| Author |
stored procedure
|
zaheer agadi
Ranch Hand
Joined: Jan 02, 2006
Posts: 32
|
|
hi m using a mySql stored procedure for deletion of data which takes empid as in parameter how to pass the in parameter from java to stored procedure java thnx in advance
|
CHEERS<br />Zaheer SCJP(1.4)
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26200
|
|
Zaheer, You can call preparedStatement.setString() or setInt() depending on what data type the employee id is.
|
[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: stored procedure
|
|
|