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