stephenwales
MIS
I have a database in Paradox that I'd really like to convert to MySQL. I'm wondering if anyone has done it before and if there's some nifty tools that might be available.
For starters, I'd like to be able to examine the table structure and create a "CREATE TABLE" and "CREATE INDEX" statements - is that doable? I seem to recall seeing something once where you could interrogate your table structure and report on it, shouldn't be too hard to build a create statement from that.
Second, I need to be able to transport the data, probably by creating insert statements. Is there an easy wasy to do that?
Finally, at least one of the columns is a "Formatted text" type and supports bolding and italics. Does MySQL support such a beast and how would I convert it?
Anyone done a project like this in the past who might have insight on where to proceed from here?
Thanks,
Steve
For starters, I'd like to be able to examine the table structure and create a "CREATE TABLE" and "CREATE INDEX" statements - is that doable? I seem to recall seeing something once where you could interrogate your table structure and report on it, shouldn't be too hard to build a create statement from that.
Second, I need to be able to transport the data, probably by creating insert statements. Is there an easy wasy to do that?
Finally, at least one of the columns is a "Formatted text" type and supports bolding and italics. Does MySQL support such a beast and how would I convert it?
Anyone done a project like this in the past who might have insight on where to proceed from here?
Thanks,
Steve