A
Abrm
Hello,
my date time setting in access are in dutch dd/mm/yyyy.
In SQl we have a datetime column with the settings mm/dd/yyyy
I use an input form to set the dates.
My users are dutch and are used to work with the format dd/mm/yyyy
The dates are passed as a parameter to SQL.
When I run the pass-through with these parameters, I get no records
EXEC GetRecords '06/01/2009', '08/01/2009'
when I run this, I get the right result
EXEC GetRecords '01/06/2009', '01/08/2009'
When I make an access query it works fine. then it looks like access is
making a translation of the date format.
Is this an Access issue or more a SQL issue?
How can I resolve this?
Abrm
my date time setting in access are in dutch dd/mm/yyyy.
In SQl we have a datetime column with the settings mm/dd/yyyy
I use an input form to set the dates.
My users are dutch and are used to work with the format dd/mm/yyyy
The dates are passed as a parameter to SQL.
When I run the pass-through with these parameters, I get no records
EXEC GetRecords '06/01/2009', '08/01/2009'
when I run this, I get the right result
EXEC GetRecords '01/06/2009', '01/08/2009'
When I make an access query it works fine. then it looks like access is
making a translation of the date format.
Is this an Access issue or more a SQL issue?
How can I resolve this?
Abrm