TheStriker
Programmer
I just created a stored procedure with a dynamic WHERE clause using the COALESCE function. This works great in SQL Server 2000 however when I call the same stored procedure from ASP via Dreamweaver to populate the parameters (e.g. Request.Form("variable")) etc., the dataset does not appear. I was wondering if anybody knows whether the COALESCE function is causing a problem in Dreamweaver or why does it work on SQL Server and not in ASP/Dreamweaver. It seems the values are not being carried over to Dreamweaver for some reason. Has anybody else had this problem?
Thanks in advance
Thanks in advance