Page 1 of 1

SQL Provider : "Invalid input parameter values. Check the status values for detail" when using Date types parameters

Posted: Mon 05 Jan 2015 15:21
by swierzbicki
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 ?

Re: SQL Provider : "Invalid input parameter values. Check the status values for detail" when using Date types parameters

Posted: Tue 06 Jan 2015 08:55
by azyk
Unfortunately, we couldn't reproduce the problem. Please try to compose a small sample to demonstrate the problem and send it to andreyz*devart*com, including a script to create test tables.