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 > Question 'bout Paradox. Help me!!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-26-03, 21:38
hard2saysorry hard2saysorry is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
Question Question 'bout Paradox. Help me!!!

I've just downloaded a website which uses a database file with extension name is .db . After refering some files that perform connection functions, I found that it use Paradox database. I don't even know anything 'bout Paradox.

Now I'm using SQL Server. Anyone can tell me what to do to import the .db (Paradox) file into SQL Server database. Are there any special steps to implement with Paradox??? If possible, give me some knowledge about Paradox Database.

Thank you in advance!!! ;-)

P.S: It's better dropping me an email. My email: hard2saysorry@yahoo.com


-- Quan Nguyen --
Reply With Quote
  #2 (permalink)  
Old 10-09-03, 13:11
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
If you've got the standard MS ODBC drivers and the Jet engine, you can surely use JET with MSParadox ODBC drivers to access the table, but that would have problems if the table it's in Pdox5+ file format version.

If you tell me where you've downloaded the file, or send it to me (if it's not confidential data) i can convert it to comma delimited format for you, and send it back to you.

Bye!
__________________
The only failure is not trying to do it.
Reply With Quote
  #3 (permalink)  
Old 10-17-03, 21:10
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
Cool

For your purposes, "a Paradox file is just another format for a database table."
...
Depending on the tool you're using, you might find that you already have an ODBC driver that will understand this file-format. It's fairly unlikely that you'll need to have Paradox itself or to know too much about it. If a driver's available, you can "import" data from the table and (say in MS-Access) you can also "attach" it.
...
It is VERY important to be aware that ALL of the files with a particular filename, in the same directory, TAKEN TOGETHER, constitute "a table." For example, a Customer table might consist of: CUSTOMER.DB, CUSTOMER.PX, CUSTOMER.XG5, CUSTOMER.FAM... All of these files, taken together, must be together.
...
If Paradox IS available, also bear in mind that it can be used to "export" the data into some other format that might be more convenient for you, e.g. dBase. Depends on what you're doing.
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
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