Retrieve recordset after executing a Stored Procedure?
Hello, How do I get the returned recordset data into a table variable after executing a Stored Procedure?? The only documentation on TestComplete for executing a Stored Procedure is below and talk...
I am able to get RecordSet object . But it has only 256 row but the SP which I am calling returns lacs of rows. Is there any way to get all the rows into recordset object.