Re: ASP.NET binding to DataReader



isn't that the purpose of an ODS? to link your data access layer to server data controls?

-Andy

"Mark Rae [MVP]" <mark@xxxxxxxxxxxxxxxxx> wrote in message news:OjMl28m5HHA.980@xxxxxxxxxxxxxxxxxxxxxxx
"Andrew Robinson" <nemoby@xxxxxxxxxxxxx> wrote in message news:Ot62W0m5HHA.5980@xxxxxxxxxxxxxxxxxxxxxxx

I have a large collection of DAL code I think about binding directly to a SqlDataReader I would like to continue using ObjectDataSources

Slightly puzzled... You have a DAL *AND* you're using ObjectDataSources...???


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

.



Relevant Pages

  • Re: DataReader vs DataSet Performance.
    ... to disconnect from your data access layer. ... SqlDataReader too closely couples your dataaccess layer ... > whether to use datareader to create objects or to use DataSets to create ...
    (microsoft.public.dotnet.framework.performance)
  • Re: ASP.NET binding to DataReader
    ... "Andrew Robinson" wrote in message ... SqlDataReader I would like to continue using ObjectDataSources ... Mark Rae ...
    (microsoft.public.dotnet.framework.aspnet)

Loading