Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net SQL and pivot tables

Hi

I need to pivot data on my ASP.net web page pulled in via a VB.net data
bind to a cloud SQL database.
I just need a little advice on the best way to go about this.
My SQL query is in VB.net and not inside the SQL database
Avatar of YZlat
YZlat
Flag of United States of America image

so where is the data stored? From which source will you be getting the data?

If it is stored in one of the .NET structures such as DataSet, you might not be able to pivot it
Avatar of Murray Brown

ASKER

The data is stored in a cloud SQL database. I use the  SQLClient with connectin strings to query this
What exactly you need? Do you want to re-write the SQL query?
I wanted any example in VB.net of pivoting data coming from SQL
Hi YZLat. I have the data in a dataset, which comes from SQL. Is it possible to pivot a dataset?
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks very much