S
Steve
Hi, I currently display all the data on a website using tableadaptors
and objectdatasources.
Would it be significantly faster if I was to display the data by
writing the code for a datareader and connecting to the database
directly and populating my tables that way?
Or is the tableadaptor using a datareader anyway for simple select
statements?
This all comes about as I have read a few articles regarding the
benefits of datareader over datasets, and I am a bit confused if the
tableadaptor/objectdatasource method I am using is using datareaders or
datasets?
I have a read quite a few articles but none the wiser as yet.
Thank you,
Steve.
and objectdatasources.
Would it be significantly faster if I was to display the data by
writing the code for a datareader and connecting to the database
directly and populating my tables that way?
Or is the tableadaptor using a datareader anyway for simple select
statements?
This all comes about as I have read a few articles regarding the
benefits of datareader over datasets, and I am a bit confused if the
tableadaptor/objectdatasource method I am using is using datareaders or
datasets?
I have a read quite a few articles but none the wiser as yet.
Thank you,
Steve.