HEPL: LOAD DATA LOCAL skips recors

2003-03-14 Thread Sebastian Stan
i have 2 DBFs and i'm doing the same thing on both of them : (i'm transforming the DBFs in TXTs) (in foxpro) copy to file.txt delimited with '^' with character '#' When : LOAD DATA LOCAL INFILE 'file.TXT' into table table on mysql fields terminated by '#' OPTIONALLY ENCLOSED BY '^'; is

Re: HEPL: LOAD DATA LOCAL skips recors

2003-03-14 Thread Paul DuBois
At 11:50 +0200 3/14/03, Sebastian Stan wrote: i have 2 DBFs and i'm doing the same thing on both of them : (i'm transforming the DBFs in TXTs) (in foxpro) copy to file.txt delimited with '^' with character '#' When : LOAD DATA LOCAL INFILE 'file.TXT' into table table on mysql fields

Re: HEPL: LOAD DATA LOCAL skips recors

2003-03-14 Thread Ignatius Reilly
- Original Message - From: Paul DuBois [EMAIL PROTECTED] To: Sebastian Stan [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 14, 2003 4:02 PM Subject: Re: HEPL: LOAD DATA LOCAL skips recors At 11:50 +0200 3/14/03, Sebastian Stan wrote: i