Access paradox

  • Thread starter Thread starter FERNANDO
  • Start date Start date
F

FERNANDO

Hello,

I am trying to get access to an administration program
data bases. The manual inidcates that these are in paradox
format (*.db). When I try to open/import one of the files
with either MS Access or MS Excel, the following error --however, I really need to make this connection with VB
from MS Excel, and I tryied the following:

'// Some code......

Set cn = New ADODB.Connection
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" &
DataBaseName & ";"

'// More code......

and I get -->> Unrecognized database
format 'C:\......\FileName.db' <<--

Is this the correct method to access a paradox data base?

Help would be much appreciated

Fernando
Mexico
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top