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 db conversion confusion...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-03-03, 15:58
smiggy2003 smiggy2003 is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
Paradox db conversion confusion...

Hi all, please forgive my ignorance but im new to paradox databases.

I am trying to export the data from a paradox database to either a CSV or Access, the problem im haveing is that it seems that not all data is being transferred in the export.

I think it may be due to the data found in the files with the extensions .mb .px .xgo .ygo etc.

Can anyone please help and explain how to successfully convert these paradox tables into Access data.

I hope all of the above makes sense

Thanks in advanced.
Smiggy
Reply With Quote
  #2 (permalink)  
Old 10-03-03, 16:46
Maroonotmoron Maroonotmoron is offline
Registered User
 
Join Date: Sep 2003
Location: Dallas
Posts: 182
The x and y files are merely indices which won't and need not be exported.

The mb files are memo files which are stored apart from the main table and are problematic if they are larger than 256 characters of Text.

The simplest way to export it to dbase and then import the dbase file from access. By the way why do you need to import it into access, probably a step down in functionality.
Reply With Quote
  #3 (permalink)  
Old 10-03-03, 17:18
smiggy2003 smiggy2003 is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
Hi thanks for the quick reply, i only need to transfer the DB to access simply beacause im more experienced at using Access.

Looks like i would be better off purchasing a paradox manual and changing my 'Microsoft' Ways.

I think ive found the cause of my problems (which was why i was trying to transfer to access), looks like the origional dbase programmer has possibly encrypted some fields so as not to easily recreate the dbase relations on the tables i have

For example in two tables each having a field called productID, one table will have the Record - 6i96LG whilst the other table will have the record 16iG69 - these 2 tables should be linked via this field but obviously cannot be due to the different data.

Is this something that will be done within paradox or will it probably need a software de-crypter. Im loosing my hair on this, hope you can help (if this made sense

Thanks again for replying
Smiggy
Reply With Quote
  #4 (permalink)  
Old 10-03-03, 17:28
Maroonotmoron Maroonotmoron is offline
Registered User
 
Join Date: Sep 2003
Location: Dallas
Posts: 182
Unless you can figure out the algorithym you can not easily decode them in paradox. If you can it will be simple.

If the tables are linked elsewhere (either in query's or datamodels you should be able to decipher the link by looking at those relationships under design mode for forms or queries or in information structure.

Finally if they are linked in a particular form you can write a script which creates a tcursor and goes down the list of both tables and creates a new id that is identical for both files which can be used to link them.

Without seeing the tables myself that's about the best direction I can give you given your problem.

Lonnie
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