R
Radu Stanciu
Hi,
I am trying to import a csv file using the jet engine and everything
works really nice except for one thing. I can't get a custom date format
to be imported as TimeDate rather than a plain string. The date looks
like this:
28/03/2005 18:19:57 Europe/London
The problem is with the "Europe/London" part, because it's not
recognized by access. I'm using DateTimeFormat=dd/mm/yyyy hh:nn:ss in
the schema.ini file, and it would work ok if not for the Europe/London,
but it doesn't. Is there a way to put some extra characters in that date
format that are supposed to be ignored? More exactly, I don't need that
Europe/London text, I just need the date. If I put that text in the date
format, I get an error from access saying that is not a valid format.
How can I get that text imported into my database as a valid DateTime entry?
Thanks,
Radu Stanciu
I am trying to import a csv file using the jet engine and everything
works really nice except for one thing. I can't get a custom date format
to be imported as TimeDate rather than a plain string. The date looks
like this:
28/03/2005 18:19:57 Europe/London
The problem is with the "Europe/London" part, because it's not
recognized by access. I'm using DateTimeFormat=dd/mm/yyyy hh:nn:ss in
the schema.ini file, and it would work ok if not for the Europe/London,
but it doesn't. Is there a way to put some extra characters in that date
format that are supposed to be ignored? More exactly, I don't need that
Europe/London text, I just need the date. If I put that text in the date
format, I get an error from access saying that is not a valid format.
How can I get that text imported into my database as a valid DateTime entry?
Thanks,
Radu Stanciu