Re: Paradox, C++ Builder 5 and MySQL
- From: Ed Nash <ask.me@xxxxxxxxxxxxxxxx>
- Date: Tue, 11 Apr 2006 10:05:51 -0700
Hieronimus wrote:
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.
You'll get there. FYI, Paradox does NOT use monolithic storage like Access's .mdb file. A Paradox .db file is only the table data. All other stuff like indexes, memos, BLOBs, are stored in companion files. Search your directory for file extensions like .PX, MB, etc.
.
- Follow-Ups:
- Re: Paradox, C++ Builder 5 and MySQL
- From: Hieronimus
- Re: Paradox, C++ Builder 5 and MySQL
- References:
- Paradox, C++ Builder 5 and MySQL
- From: Hieronimus
- Re: Paradox, C++ Builder 5 and MySQL
- From: Liz McGuire
- Re: Paradox, C++ Builder 5 and MySQL
- From: Hieronimus
- Paradox, C++ Builder 5 and MySQL
- Prev by Date: Re: Paradox, C++ Builder 5 and MySQL
- Next by Date: Re: Paradox, C++ Builder 5 and MySQL
- Previous by thread: Re: Paradox, C++ Builder 5 and MySQL
- Next by thread: Re: Paradox, C++ Builder 5 and MySQL
- Index(es):
Relevant Pages
|
|