Re: mysqlimport question

2004-01-15 Thread Victoria Reznichenko
"Ron McKeever" <[EMAIL PROTECTED]> wrote: > I'm trying to use mysqimport instead of LOAD DATA INFILE from a shell > script. I notice an option for mysqlimport is not working or im doing it > wrong. > > This works with LOAD DATA INFILE : > mysql -e "LOAD DATA INFILE 'x' INTO TABLE x IGNORE 2 LINES

mysqlimport question

2004-01-14 Thread Ron McKeever
I'm trying to use mysqimport instead of LOAD DATA INFILE from a shell script. I notice an option for mysqlimport is not working or im doing it wrong. This works with LOAD DATA INFILE : mysql -e "LOAD DATA INFILE 'x' INTO TABLE x IGNORE 2 LINES" but when i try: mysqlimport --ignore-lines=2 -uro

Re: mysqlimport question

2003-11-04 Thread Victoria Reznichenko
"Cersosimo, Steve" <[EMAIL PROTECTED]> wrote: > > Am I wrong to assume mysqlimport is supposed to emulate the LOAD DATA INFILE > syntax? I cannot find the command line option to turn on the CONCURRENT > flag. > CONCURRENT currently is not supported by mysqlimport. -- For technical support co

mysqlimport question

2003-11-03 Thread Cersosimo, Steve
Am I wrong to assume mysqlimport is supposed to emulate the LOAD DATA INFILE syntax? I cannot find the command line option to turn on the CONCURRENT flag. Steve Cersosimo "When all is said and done, more is said than done" * "The information transmitted is intended only for the person or e

mysqlimport question

2003-07-17 Thread Daniel Kasak
Hi all I have some data in Excel ( I didn't put it there - a customer did ). I'm setting up an import routine for it, with an Access front-end. I don't like the way Access imports Excel files, though, and I'm thinking about getting the user who will import it to first open the spreadsheet and sa