G
Guest
Hello
I have a search page that the user can search the database for some or all of the items(db fields) available for search. I am creating the sql statement on fly. The problem is the format of date values. I read the value, but since I use portuguese version of visual studio the ShortDateString or LongDateString value of the given date is not acceptable by the SQL server because I will have to include that in the statement that I build. So I am not sure what is the best way to deal with this, or how to do this
Thanks in advance for your help
Reza
I have a search page that the user can search the database for some or all of the items(db fields) available for search. I am creating the sql statement on fly. The problem is the format of date values. I read the value, but since I use portuguese version of visual studio the ShortDateString or LongDateString value of the given date is not acceptable by the SQL server because I will have to include that in the statement that I build. So I am not sure what is the best way to deal with this, or how to do this
Thanks in advance for your help
Reza