Hi Susan,
My five cents... I know MySQL, but not Paradox. Your probably looking to export the data from Paradox as plain text (csv) then import it into MySQL, as a "one of" exercise.
Questions:-
- so the Paradox database is huge? what's that in rows/columns and file size?
- how often is the Paradox database data updated, and what are the implications? (the data changes from time to time and these changes might need to be synchronised?)
A little searching on google finds:-
dBforums - comp.databases.paradox (
http://dbforums.com/f51/)
... if you need to ask out to do the export from Paradox.
http://mirwin.homestead.com/files/ti...AndExport.html
... via the above forum, these guys show you how (perhaps get them involved?)
http://pxlib.sourceforge.net/pxview.html
...here is a program that seems to do the export, quote "pxview is a program to read Paradox DB files. It is based on the pxlib library. pxview allows to output csv for reading with spread sheets, sql to import into a relational database, html and sqlite. You can also just show some information and the table structure of the database."