I have a textbox on an ASP page requesting a date. I then pass that date on to a stored procedure. The preocedure uses a cursor and performs several subqueries and inserts the values into a SQL table. I then create a recordset off the data in the table. However, I get the following error:
[Microsoft][ODBC SQL Server Driver][SQL Server]Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
Can anyone tell me what this means and how I can accomplish my task?
THANKS!!!!!!!!!!
[Microsoft][ODBC SQL Server Driver][SQL Server]Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
Can anyone tell me what this means and how I can accomplish my task?
THANKS!!!!!!!!!!