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.
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 lotEdited by - orozcoc on 09/19/2002 12:28:39Edited by - orozcoc on 09/19/2002 12:28:58 |
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
|
|