![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
Hi all I have a bunch of data stored on a Paradox database. I need to move it to MySQL. |
|
The data was inserted with an application written in Borland C++ Builder 5. |
|
My problem is, the application is stored in a strange format. Initially I thought all texts were stored in RTF, but after making them go through MS Word, they didn't change, which obviously makes me think that they may be stored in other formats. |
|
Does anyone know anything about these formats? Are they native to Paradox? Are they native to C++ Builder? Could they be something someone came up with in the spur of the moment? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi Thanks for the quick reply. I want to move my data from Paradox to MySQL, so all data is still inside a Paradox db. Since the data model is different between the two databases, I'm using a PHP script to map the fields from Paradox to MySQL and handle all the necessary inserts. I'm investigating the Memo and FormattedMemo fields, they sound like they might be the culprits. And just to add to this mess, I don't have the full source for the applications that handles insertions into the Paradox DB. And what I have, doesn't handle the db. Argh. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Hi I can get to the data. My problem is the format, especially Latin characters. They're all mangled up and they don't seem to be in RTF, the format I expected them to be. |
#7
| |||
| |||
|
|
Since the data model is different between the two databases, I'm using a PHP script to map the fields from Paradox to MySQL and handle all the necessary inserts. |
#8
| |||
| |||
|
|
They're all mangled up and they don't seem to be in RTF, the format I expected them to be. |
#9
| |||
| |||
|
|
Hi I can get to the data. My problem is the format, especially Latin characters. They're all mangled up and they don't seem to be in RTF, the format I expected them to be. |
#10
| |||
| |||
|
|
I have a bunch of data stored on a Paradox database. I need to move it to MySQL. The data was inserted with an application written in Borland C++ Builder 5. My problem is, the application is stored in a strange format. Initially I thought all texts were stored in RTF, but after making them go through MS Word, they didn't change, which obviously makes me think that they may be stored in other formats. Does anyone know anything about these formats? Are they native to Paradox? Are they native to C++ Builder? Could they be something someone came up with in the spur of the moment? |
![]() |
| Thread Tools | |
| Display Modes | |
| |