hello monks
im trying to call sql server stored procedure from perl.
my procedure gets two parameters and insert into some table.
one parameter is int type and other one is varchar type.
when i try to execute the perl program all operations are done perfectly but gives some warning like this
[Microsoft][ODBC SQL Server Driver]Invalid cursor state (SQL-24000)(DBD: dbd_describe/SQLNumResultCols err=-1)