> I am going to need to write a script to read ASCII files into
> mySQL. (moving
> data from one database format to another.) The export part is no
> problem but
> I have not yet got into the perl script to read the text files into the
> freetrade database on mySQL. I don't suppose any of you have a
> script laying
> around I could cannibalize? It would save me a few headaches I am sure.
You may not need a script to do this. MySQL allows import of text files.
Check the LOAD DATA INFILE command. There's also a shell command called
mysqlimport.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]