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 > Dummy trying to link into paradox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-02, 09:45
A. Birko A. Birko is offline
Registered User
 
Join Date: Dec 2002
Posts: 3
Dummy trying to link into paradox

Hi,

I’m not a database developer, but would like to write a small VBA app either with excel or access 97 (or a combination) to export some data out of a paradox database (for my exercise bike) into another application. Once I get access to the tables, I should be able to fake my way through the VBA, but I’m having difficulty attaching to the tables with any Microsoft app.

The exercise bike uses a PC for control, and stores the data in a paradox database (at least that’s what I think). I assume some sort of runtime version of Paradox is used for the control software. The database files themselves are *.db, *.px, and one table also has a *.tv and *.fam extension.

I downloaded the BDE administrator and a program called “tablestruct” with which I’m able to browse the tables. According to tablestruct, all of the tables are level 5. I’ve also downloaded the Microsoft Valupack which is supposed to directly support paradox table import, and a number of ODBC drivers for the Jet engine thingy.

When trying to link in a table using the file:external data: link menu, I get an unexpected format error. When I try and link external tables under the “add” menu using ODBC I get an error about trying to use SQL to query an ISAM database or something like that.

Can anyone please help me out with this? If you’re interested, I can zip the tables and e-mail them as they’re quite small when zipped.

TIA,

p.s. I've crossposted this to the access forum too.
Reply With Quote
  #2 (permalink)  
Old 12-11-02, 12:16
Bruce A. Baasch Bruce A. Baasch is offline
Registered User
 
Join Date: Nov 2002
Location: Ohio
Posts: 90
Hi Andy,

You may not have all the database driver types installed on your computer.

Check the Windows Control Panel that shows the types of ODBC datasource drivers you are allowed to use. If Paradox is not on the list, you can reinstall the drivers using the VB installation CD.

Good Luck,
__________________
Bruce Baasch
Reply With Quote
  #3 (permalink)  
Old 02-05-03, 09:37
HyperNoodle HyperNoodle is offline
Registered User
 
Join Date: Feb 2003
Posts: 3
I've tried this before, and I can tell you now that you're not going to be able to access the tables through ODBC. ODBC and Jet are two different animals. Instead of going through ODBC, you'll have to try accessing the table directly, which will use your Jet ISAM drivers.
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