Hi,
i have "req_date" column of "datetime" type in Database table besides
other columns.
From my Web page, i am calling the Stored Procedure with variable
parameter "Search_Dat e" of Varchar(60) type.
the value, i am passing to Stored procedure through "Search_Dat e" is
compared to req_date column of table.
My question is that how to do this comparision of date in WHERE part of
Select statement within Stored Procedure?
Thanks
i have "req_date" column of "datetime" type in Database table besides
other columns.
From my Web page, i am calling the Stored Procedure with variable
parameter "Search_Dat e" of Varchar(60) type.
the value, i am passing to Stored procedure through "Search_Dat e" is
compared to req_date column of table.
My question is that how to do this comparision of date in WHERE part of
Select statement within Stored Procedure?
Thanks
Comment