Export ASP charts into excel or .ppt slides
I am trying to export ASP charts into excel spreadsheet or .ppt slides.
For excel, I included this line in my ASP page:
Response.ContentType = "application/vnd.ms-excel"
When I executed, I got this error:
***************************************
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'AND'.
****************************************
I got no error if I left that line out.
As far as exporting to .ppt slides, I have no idea.
I want to thank you in advance for any input you provide.
|