I'm working with an application that can hook out to sql server to retreive data. However there are a few constrains that I have to work within. the two main ones are: 1.Must call a stored procedure, cannot pass sql directly. 2. Can only return a single row. The second is by far the most restrictive.
So what im trying to acheive is to retreive data row by row rather than as a dataset. Is there a way to do this?
Thanks in advance
So what im trying to acheive is to retreive data row by row rather than as a dataset. Is there a way to do this?
Thanks in advance