David

Did you look at MYSQL LOAD DATA INFILE ???

doc is available at
http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html

regards,


Load data infile only works with a text file going into a table, if the data is in another format, like raw oracle, or EBCDIC it wont work, you'll need to convert it to ascii first.


Matt

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to