-
Sep 16th, 2004, 07:04 PM
#1
SQLInOutParameter?
Hi,
I realise I don't strictly need this but is there a way of simulating a sql inout parameter type through spring for convenience?
Thanks!
Ross
-
Sep 16th, 2004, 09:50 PM
#2
Yes, declare it as an SqlOutParameter and provide a value in the Map used for input parameters. Both in and out parameters are accessed by name from the map, and if there is a value then it is set before the procedure is executed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules