Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appe from .. type csv - date problem...
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Appe from .. type csv - date problem...
Miscellaneous
Thread ID:
00806376
Message ID:
00806376
Views:
63
when I do an append from type csv with date fields like:

1/12/2003

the date ends up 1/02/0003 in teh dbf

The code below illustrates this... Any idea how to make the append work "right"? I have a cheesy work around in place where I modify the actual file first... but....



* Begin Code
CREATE CURSOR fubar (test d)
TEXT TO lcFubar
1/1/2003
2/02/2003
3/12/2003
10/12/2003
11/2/2003
ENDTEXT

STRTOFILE( lcFubar, "fubar.txt",0)

APPEND FROM fubar.txt TYPE csv
BROWSE
* End code
Next
Reply
Map
View

Click here to load this message in the networking platform