| Author |
Help needed for executing Sybase stored procedure using Hibernate
|
Yaman Kalyani
Greenhorn
Joined: Jul 28, 2006
Posts: 1
|
|
I need some help on stored procedure. I am getting exception on this. Someone plsease help. I have a simple stored procedure in sybase which returns a sequence number. The arguments for the procedure are Name of type string and Count of type integer. The underlying table has Columns String and SeqNo. What the procedure does is, increment SeqNo by the specified count for a given Name. My mapping file looks like this My class looks like My Main looks like this.
|
 |
 |
|
|
subject: Help needed for executing Sybase stored procedure using Hibernate
|
|
|