
Problem with dBase IV ODBC access via ADO
Hi!
I am accessing a DBase IV "database" ;) from a VB DLL via ADO.
Now i found out that while updating or adding records to a table (.DBF) DOES
update the corresponding index file (.MDX), the index file is NOT updated
when i delete a record. Thus the record still is retrieved from another
remote application. After deleting from the RecordSet, i perform an Update
call. I also tried UpdateBatch, as proposed in the Online help, but got the
same result: no change to the Index file.
Can anyone help?
Thanx in advance, Jo
By the way: is it true that DBase access via ODBC only works with ODBC
drivers older than V3.5? With newer drivers, i cannot get any write access!