01-18-2011 07:44 AM
I want to call Stored Procedure that return records and output parameter, from CVI
I can get output parrameter but when I want to get records stream I recieve following wrror:
function return value == -10. Native error code -2146824584 ADOBD.Recordset: Operation is not allowed when object is closed
01-18-2011 03:04 PM
in Stored procedure I create table variable and and insert into string values
when I remove usage of table variable the error desappear