Get DataSet From SQL stored procedure?
Is it Possible to fetch Dataset through Running SQL Stored procedure from AA and loop through it.
Requirement is : In server we are not allowed to run Direct Sql Queries,everything has to be done through SQL stored Procedure.
I am able to call the stored procedure, But not able to loop through.i think the AA does not return any return values from executing stored procedure.
Does any Latest verion of AA has this feature. Currently i am using AA 5.0.1 Enterprise.
Pls Suggest.
|