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
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