Re: INFILE DATE Problem

2002-01-16 Thread DL Neil
Vernon, > I'm using the: > LOAD DATA LOCAL INFILE "/home/filename.txt" INTO TABLE list; > which works just fine. Only problem is the date column > which is formatted as such "4/11/1970" comes out as "- > 00- > 00" > > The date field is setup as Field: "s_date", Type: "date", > Null, "YES", Ke

INFILE DATE Problem

2002-01-15 Thread Vernon A Webb
I'm using the: LOAD DATA LOCAL INFILE "/home/filename.txt" INTO TABLE list; which works just fine. Only problem is the date column which is formatted as such "4/11/1970" comes out as "- 00- 00" The date field is setup as Field: "s_date", Type: "date", Null, "YES", Key: BLANK, Default: "Nul