Kruno
Programmer
- Aug 24, 2002
- 16
Hi friends,
Crime scene: Datapump, FPD tables to VFP tables.
COPY TO ... TYPE SDF (in FPD) made TXT-file with date type portion like 20080226. So far so good - format mentioned in VFP HELP of APPEND FROM.
In VFP then I APPEND FROM ... TYPE SDF, but datetime field in my VFP-table remains without any value. Help quote:
"SDF
...
Effective conversion of date data from SDF files to Visual FoxPro tables requires data to be stored in YYYYMMDD format."
I tried with various SET DATE - nothing. I tried DELIMITED with no result either. My VFP table field must be datetime not date.
Also was trying to get some other date format with COPY TO (FPD) in my TXT file.
Any suggestion for doing this?
Kruno Malovic
Crime scene: Datapump, FPD tables to VFP tables.
COPY TO ... TYPE SDF (in FPD) made TXT-file with date type portion like 20080226. So far so good - format mentioned in VFP HELP of APPEND FROM.
In VFP then I APPEND FROM ... TYPE SDF, but datetime field in my VFP-table remains without any value. Help quote:
"SDF
...
Effective conversion of date data from SDF files to Visual FoxPro tables requires data to be stored in YYYYMMDD format."
I tried with various SET DATE - nothing. I tried DELIMITED with no result either. My VFP table field must be datetime not date.
Also was trying to get some other date format with COPY TO (FPD) in my TXT file.
Any suggestion for doing this?
Kruno Malovic