G
Guest
Hi
I have an ASP.NET application. I am using a dataset for loading data (based
on user input month & company Name) from SQL database. I have the query as ::
SELECT CompanyName, Date , CEO from TABLE WHERE (CompanyName=@a &&
But how do I get the month part from the Date field in the database so that
when the user enters the month in text box, records can be selected based on
the month.
Any help is appreciated.
I have an ASP.NET application. I am using a dataset for loading data (based
on user input month & company Name) from SQL database. I have the query as ::
SELECT CompanyName, Date , CEO from TABLE WHERE (CompanyName=@a &&
But how do I get the month part from the Date field in the database so that
when the user enters the month in text box, records can be selected based on
the month.
Any help is appreciated.