Hey all, really bashing my head against a keyboard here, any information or pointing in the right direction would be fantastic.
I have a set of .DBF files with .MDX indexes. They're supposed to be dBASE version 7, but the Borland BDE only connects to 5.0 reliably from what I've found.
I can get connected using the IV and 5.0 connection string as follows:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\IDS\PowerSell\MyData\;Extended Properties=dBASE 5.0;
The schema I get is off from what the actual schema of the table is, and I have to run awkward chopped up queries, the results of just come of the problems I'm getting:
- select just fine on most columns but some columns don't work
- insert if I leave on some columns otherwise I get errors
- update if I don't provide a where clause
Does anyone have any insight into connecting and using DBF files with an MDX index and .NET? Most likely dBASE 7 files?
Thanks,