Multiple Recordsets and Data Access Application Blocks

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I'm currently reviewing Data Access Application Blocks 2.0 for our
intranet solution. As a quick question, does the Application Blocks
code support multiple recordsets?

Thanks,
Chris

PS. My real e-mail is (e-mail address removed)
 
Chris,
The Data Access Application Block is a wrapper around ADO.NET to encourage
best-practice programming. The functionality of multiple 'recordsets' is
supported by the framework using datareaders and datasets. The documentation
that comes with the Data Access Application Block that you download has
information on how to access multiple recordsets in a datareader, as does
the .NET help file on datareaders (next result method).

Hope this helps
Travis Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top