Click here to Skip to main content
15,921,941 members

Comments by tusharchikhale (Top 1 by date)

tusharchikhale 1-Jan-13 13:00pm View    
my data type of date column is date
so when i use SELECT * FROM mytable WHERE date>=fromdate AND date<=todate in my C# code runtime error occurred
Operand type clash: date is incompatible with int

please give me solution how i can compare the date which is of date datatype