I want to buy some database (which come with a sql table dump file).
But it is not match with my script sql format.
Please help to suggest some tools that I can import the sql table, and do some change to the format,
Many thanks
__________________ Please login or register to view this content. Registration is FREE .......... Please login or register to view this content. Registration is FREE
I would do it the following way.
1. Import SQL dump file to empty database.
2. Write a script (I would write it in php, but it does not matter) which reads each record, converts it to required format, and saves it to database of your format.