RE: DBD::ODBC SQL Server Stored Procedure

2012-08-29 Thread Gorrebeeck, Robert
Let me add one more bit of information I am calling another stored procedure from the original stored procedure. This is when I lose my values. If the account loc variable is Null I set the ErrorId -1 - and that gets returned to the perl script - it is when I call the CreateFeed stored procedure

Re: DBD::ODBC SQL Server Stored Procedure

2012-08-29 Thread Leo Susanto
Full code please. On Wed, Aug 29, 2012 at 12:01 PM, Gorrebeeck, Robert wrote: > All > > I am having an issue with retrieving output parameters from a SQL Server > stored procedure. > > Here is the definition of the stored procedure > > PROCEDURE [TestProcess] > @Id NUMERIC(20,0), > @Ref