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
 
Back
Top