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 > Microsoft Access > Paradox with ADO

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-19-03, 12:36
folch folch is offline
Registered User
 
Join Date: May 2003
Posts: 2
Paradox with ADO

I'm trying to open a Paradox table with ADO.
I use the setence:

ob_conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\paradox\data;Extended Properties=Paradox 5.X;"

In general, It's ok, but with 1 table I get the error:
"The external table has not the expected format"

So I try with Extended Properties=Paradox 7.X

but it says me "Operation not valid", when it tris to open the connection.

I'm using the references: "Microsoft Activex Data Objects 2.7 Library"
Can anybody help me?
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