If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > Paradox v7 Export Help Needed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-31-10, 14:29
ohiogto1969 ohiogto1969 is offline
Registered User
 
Join Date: Aug 2010
Posts: 3
Paradox v7 Export Help Needed

Hello all from a brand new member. I am wanting to move data from a Paradox v7 .db data file into a MySQL database but do not have software to export it. I should say I do not have software compatible to export a table with a large memo or BLOB field. The table is a couple of MBs and would transfer through email. Send me a message or email if you can help, I would really appreciate it, I am pulling my hair out. Thanks, John
Reply With Quote
  #2 (permalink)  
Old 08-31-10, 15:20
Steve Green Steve Green is offline
Registered User
 
Join Date: Dec 2007
Posts: 282
AFAIK, there is no software that will include the memo/blob field in an export for ANY platform.. the reason is simple.. the software wouldn't know what the content of the blob field is, so how would it export it?

as an alternative, you can scan the paradox table and extract the blob info to a file, using the key values of each record to create the naming convention of the file.. then you can insert the file in your new data system, using a similar reversed scan logic..
__________________
--
Steven Green - Myrtle Beach, South Carolina USA

http://www.OasisTradingPost.com

Oasis Trading Post
- Collectibles and Memorabilia
- Vintage Lego Sets and Supplies
Reply With Quote
  #3 (permalink)  
Old 08-31-10, 21:36
ohiogto1969 ohiogto1969 is offline
Registered User
 
Join Date: Aug 2010
Posts: 3
Perhaps BLOB was not what I should have said. It does not have any binary data. The field is all text data but is over x amount of characters and is probably stored in a memo field type. Does the same answer still apply?

Thanks
Reply With Quote
  #4 (permalink)  
Old 09-01-10, 06:54
Steve Green Steve Green is offline
Registered User
 
Join Date: Dec 2007
Posts: 282
probably a memo? .. if it's a memo/blob, the answer is the same.. if it's just text, and the contents are really under 255 characters, or you'll be comfortable slicing it at that point, you can convert to an alpha field first..
__________________
--
Steven Green - Myrtle Beach, South Carolina USA

http://www.OasisTradingPost.com

Oasis Trading Post
- Collectibles and Memorabilia
- Vintage Lego Sets and Supplies
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On