Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Crosstab Help please!!

Author  Topic 

orozcoc
Starting Member

13 Posts

Posted - 2002-09-19 : 12:27:45
I implemented this script http://www.sqlteam.com/item.asp?ItemID=2955 and got this error message from an ASP .NET page:

Incorrect syntax near the keyword 'END'.

The END corresponds to the CASE statements that are dynamically generated by the SP.

The line it references in the aspx page is the ExecuteReader(). The stored procedure works perfectly from within SQL Server, I suspect is an ADO problem/bug.

Anyone has any ideas ? or comments on this problem ?

Thanks a lot





Edited by - orozcoc on 09/19/2002 12:28:39

Edited by - orozcoc on 09/19/2002 12:28:58

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-09-19 : 12:39:01
Please don't cross-post:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=19987

Go to Top of Page
   

- Advertisement -