Tagged Questions

1
vote
1answer
1k views

Failed to convert parameter value from a TimeSpan to a DateTime

I am using SQL Server 2008. First I gave SqlDbType.Time for System.TimeSpan to the parameter type for Insert and Update. I works successfully. Now I changed to DbType.Time instead of ...