SteinerKD has asked for the wisdom of the Perl Monks concerning the following question:
I've got my script working fine now collecting data for me, however I fail to import it into my DB and it seems the date fields are the culprit (MS Access hissyfits and says "Type Conversion Failure" for ever date/time field.
All time references grabbed are in this format "Jul 24 00:33" and needs to converted to something Access will accept. Is there any relatively easy way to accomplish this so it can be done on the fly when I collect those fields before I store them to file?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Convert date/Time string to date valid in an db import in MS Access
by bobf (Monsignor) on Aug 05, 2010 at 03:41 UTC | |
|
Re: Convert date/Time string to date valid in an db import in MS Access
by aquarium (Curate) on Aug 05, 2010 at 01:26 UTC | |
|
Re: Convert date/Time string to date valid in an db import in MS Access
by Anonymous Monk on Aug 05, 2010 at 00:47 UTC |