folch
05-19-03, 13:34
| 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" I'm using the references: "Microsoft Activex Data Objects 2.7 Library" Can anybody help me? |