MS-Access to SQL Server 2000 problem with datetime
Posted
by 0plus1
on Stack Overflow
See other posts from Stack Overflow
or by 0plus1
Published on 2010-04-13T08:35:24Z
Indexed on
2010/04/14
2:43 UTC
Read the original article
Hit count: 400
I'm trying to transfer some data from Access to SQL Server 2000 (there are no other way to do this sadly), I'm using Access to mssql to do the job. The program fails everytime it finds a datetime in this fashion:
03/07/2009 10.17.00
While it imports date like this:
29/12/2008
I don't understand where this problem come from so I ask you for your help.
Thank you very much.
© Stack Overflow or respective owner