ADO.Net Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

In my application I have a report layer that creates dynamic reports based
on a dataset. Right now the dataset is being built from a table in a db.
The application is multi-tier and the db is on a server. I had an idea
instead of using the datatable to build the dataset, I thought of using xml
file (on the server). I thought performance wise it would be faster (I
would use ReadXML method). Is this worth it or will I see improved
performance?

Thanks
 
Mike,

Is your data initially in XML on the server (such that you could cache it),
or would you create that file?
 
Back
Top