I want to add data into a database that will be new everyday. ex. 10/07/2002.txt will be a database with new data into it. then 10/08/200.txt will also have new data inserted fo that day.
Anyway I could use DBI and MySQL to do this efficient? Instead of each new day, making a new txt file?