View Single Post

   
  #5 (permalink)  
Old 02-28-2008, 10:30 AM
Jerry Stuckle
 
Posts: n/a
Default Re: Importing multiple files

Jerry Stuckle wrote:
> myGoogle71 wrote:
>> Hi,
>> I have to import hundreds of file to MySQL database. Is it
>> possible to write a script/storedprocedure in MySQL that does this
>> without manually doing it for each file.
>> Say file names are of type 'file0001.txt', 'file0002.txt' etc. Does
>> MySQL provide any such utility or does anyone know of a free utility?.
>> If not then what is best language to write such a script/program. Cant
>> such a script be written in PHP easily?
>>
>> Thx.
>>

>
> As Rik indicated, this is very easily done in PHP. But if you're
> looking how to do it in MySQL, you're in the wrong group - you want
> comp.databases.mysql.
>


Oops - I didn't look for a crosspost :-(. My bad.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote