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 ?
SQL Provider : "Invalid input parameter values. Check the status values for detail" when using Date types parameters
-
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
Re: SQL Provider : "Invalid input parameter values. Check the status values for detail" when using Date types parameters
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.