C
Chance1234
Hello,
Been reading through the posts and a few online tutorials and Im
trying to build a picture of what the pro's and cons of each different
approach.
I am designing an application that will be a pivot table on a asp page
with data coming from a SQL Server database.
As far as I can see it, there is
1. Use ADO
2. Use a dataset object and use a Dll and XLST to convert the dataset
to a ado rowset
3. Connect via a OLAP cube and use MDX
4. HTTP request
5. XML web service
I appreciate it is rather vague on what I am trying to do , but would
really like some thoughts and opinions, (of course including any i
have missed out)
With regards
Chance
Been reading through the posts and a few online tutorials and Im
trying to build a picture of what the pro's and cons of each different
approach.
I am designing an application that will be a pivot table on a asp page
with data coming from a SQL Server database.
As far as I can see it, there is
1. Use ADO
2. Use a dataset object and use a Dll and XLST to convert the dataset
to a ado rowset
3. Connect via a OLAP cube and use MDX
4. HTTP request
5. XML web service
I appreciate it is rather vague on what I am trying to do , but would
really like some thoughts and opinions, (of course including any i
have missed out)
With regards
Chance