If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Is there a way to load data from a flat file using a kind of free utility, I tried with the sql admin, but I dont know how and i don't know the format of the flat file.
you can use LOAD DATA INFILE see the manual for details.
you of course will have to figure out the columns before loading any flat file into a database.