Question : Need to export tables data from a .SQL file to Foxpro tables

I have a .SQL file and need to export database tables data to Foxpro tables.  Installed Microsoft SQLServer 2005 (Management Studio Express) but cannot access database...  Seems Database date (MDF) file is not there which does not make any sense to me.  When I open .SQL file with MS SQL Server 2005, I am getting codes.  Do not know where to start from there... :S

Answer : Need to export tables data from a .SQL file to Foxpro tables

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.
Random Solutions  
 
programming4us programming4us