Re: Converting Sequel to MYSQL

2003-08-14 Thread daniel
you could do that but as i've found out especially with freetext columns it wont work the first time takes heaps of times to get it right :\ > http://darkstar.ist.utl.pt/mysql/doc/en/LOAD_DATA.html > Pay particular attention to > > FIELDS TERMINATED BY '\t' ENCLOSED BY '' ESCAPED BY '\\' > for the

Re: Converting Sequel to MYSQL

2003-08-14 Thread Martin Gainty
http://darkstar.ist.utl.pt/mysql/doc/en/LOAD_DATA.html Pay particular attention to FIELDS TERMINATED BY '\t' ENCLOSED BY '' ESCAPED BY '\\' for the File you will be importing..(You can also use mysqlimport)-Martin - Original Message - From: "Mike Doanh Tran" <[EMAIL PROTECTED]> To: <[EMAIL

Re: Converting Sequel to MYSQL

2003-08-12 Thread daniel
setup a dsn in odbc and you could import via a tool called sqlyog ?? > Hi all, > > Does anyone have any suggestion for converting a Sequel database to > MYSQL? I just want to copy a Sequel database data to a Mysql one. > > Thanks in advance for any suggestion, > > Mike > > -- > MySQL General Mailin