At 1:04 PM -0600 10/17/01, Sterin, Ilya wrote: >No, I can't recall what it is in mysql, but it's similar to Oracle SQL >loader. It allows to insert data based on different specifications, >delimiters, etc... > >Maybe someone more familiar with MySQL can comment.
That would be something like: mysqlimport -r DB_Name File_Name You can just use a system call to batch load the file into the database from within a perl program. You can probably just type mysqlimport at the command line to see the million and one options available for it. -- Mike Schienle Interactive Visuals, Inc. http://www.ivsoftware.com/