Hi,
I need to be able to read a text file into a table i have created in MySql on a server. The text file is data from an access database table and is seperated with commas between each field.
Is there a simple piece of code that can do this,
Thanks
Dave
Working with a text file and MySql
Moderator: General Moderators
Try http://www.mysql.com/doc/en/LOAD_DATA.html for some good explanations.
Personally, i use either phpMyAdmin or a GUI like MySQL-Front.
Personally, i use either phpMyAdmin or a GUI like MySQL-Front.