I am using SQLExpress and I have a table called Library. I have a BO call Library1. I created a method called FillByDate.
The column on my table that I want to look at is media_date it is of DataType DateTime.
my SQL is: "Select * from library where Media_date = @ldDate"
ldDate = cdate("10/15/2006")
I am also new to Sql Server so My Question is what date conversion function do I need to get my parameter and my Table.DateTime Field to work.
PS, I don't know what the actual time would be...Just the Date