Well, first line already tells it's a MySQL file:
- MySQL Administrator dump 1.4
On your computer doubleclicking an .sql file opens SQL (Express) Management Studio simply because .sql files are associated with SQL Server Management Studio, not because this come from or is for a SQL Server.
Also other databases use the .sql extension for text files containing sql commands.
So your task is to migrate MySQL data to foxpro. Then first of all you should run that file on a MySQL installation, it creates database, tables and inserts data into them, finally you have a MySQL database and then can query data from the MySQL database to a foxpro database.
Bye, Olaf.