Hi all,
I am a newbie to Spring framework and was facing problem with stored procedures....
How to declare "in parameter" as well as "in/out parameter" in Spring?
I am declaring the outParameter as follows
declareParameter(new SqlOutParameter("ContactName", Types.VARCHAR));
Can anyone provide me a tutorial for the same?


Reply With Quote