RE: exel to mysql

2001-07-04 Thread Crercio Osmaildo da Silva
Hi, Use DBTools (http://dbtools.vila.bol.com.br) to convert/import from Access, Excel, DBF, ODBC and TXT. You can also generate csv files and import them into mySQL with LOAD DATA INFILE. []'s Crercio O. Silva -Original Message- From: jake williamson 28 [mailto:[EMAIL PROTECTED]] Sent:

Re: exel to mysql

2001-07-04 Thread Duncan Hill
On Wed, 4 Jul 2001, Sherzod Ruzmetov wrote: > > That's what I'd do (assuming there's no other programs available, but aint > sure). Save the excell spreadsheet as a *.csv file, then load it to mysql with > LOAD DATA command Be warned, Excel throws out some stupid looking CSV files. I've had it

Re: exel to mysql

2001-07-04 Thread Sherzod Ruzmetov
That's what I'd do (assuming there's no other programs available, but aint sure). Save the excell spreadsheet as a *.csv file, then load it to mysql with LOAD DATA command Sent on Jul 4 by jake williamson 28 to [EMAIL PROTECTED] jake.w> jake.w> jake.w> hello, jake.w> jake.w> does anyone k