
I got one requirement like this,
I have to execute following query by using hibernate
DECLARE @i_STARTDATETIME DATETIME
DECLARE @i_ENDDATETIME DATETIME
DECLARE @o_ERRORCODE INT
DECLARE @o_ERRORDESCRIPTION VARCHAR(200)
SET @i_STARTDATETIME = '2011-05-21 00:00:00'
SET @i_ENDDATETIME = '2011-05-21 23:59:59'
EXEC [USPIVRHALFHOURLYDETAILSReport] @iSTARTDATETIME,@iENDDATETIME,@oERRORCODE,@o_ERRORDESCRIPTION
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
