SQL Provider : "Invalid input parameter values. Check the status values for detail" when using Date types parameters
Posted: Mon 05 Jan 2015 15:21
Hello,
I'm getting "Invalid input parameter values. Check the status values for detail" when using "Date" type parameters.
SQL Server is running a French SQL Server 2012 edition.
My query is something like
Select *
from
MyView
Where
Activity_Date between :Activity_Date_Begin and :Activity_Date_End
What can I do ?
I'm getting "Invalid input parameter values. Check the status values for detail" when using "Date" type parameters.
SQL Server is running a French SQL Server 2012 edition.
My query is something like
Select *
from
MyView
Where
Activity_Date between :Activity_Date_Begin and :Activity_Date_End
What can I do ?