Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

display sql crosstab in asp

Status
Not open for further replies.

aspnet98

MIS
Joined
May 19, 2005
Messages
165
Location
US
Hello,
The great people of Tek-tips helped me create an awesome sql cross tab (with dynamic column headings), saving it as a stored procedure. I need to be able to display this crosstab in dreamweaver (Asp vb script) as is. A dynamice table would be great. I cannot figure out how to show the column headings, I tried creating a command that would return the sp, which worked when i click test but it would generate manual code of the column headings and then error out. I need to make it completely dynamic with everything the sp returns. Picture looking at the SP and wanting to display the whole thing on the web in a grid all dynamic.

Please any suggestions would be great.

sp is called spResults
The column headings are Username, Wins, then dynamice results to the right of this.

sql2000
asp vb script
DWMX 2004

best regards.
 
Anyone know if this is possible?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top