I need to pass a value from the query string to a View in a SQL 2000 Server. I believe I can do this adodb.command and the parameters collection.
However I'm not sure how to setup the View in SQL Server to accept parameters. Is that possible or do I have to use a stored procedure?
However I'm not sure how to setup the View in SQL Server to accept parameters. Is that possible or do I have to use a stored procedure?