oledb: foxpro index file not updating after inserts and updates 
Author Message
 oledb: foxpro index file not updating after inserts and updates

Hi,

I have a fox pro database that I am using Ado via the foxpro oledb driver to
update and insert data. The
".idx" index file doesn't seem to update by itself. How can I associate the
index files to the connection..  The driver is Microsoft? Visual FoxPro? OLE
DB Provider version 7.0.0.9465.

Any help greatly appreciated...

Mike



Thu, 15 Sep 2005 18:23:55 GMT  
 oledb: foxpro index file not updating after inserts and updates
Hi Mike,

IDX files are an older style FoxPro index and as you've noticed, they don't
update by themselves. The newer compound index files (CDX) update by
themselves. You can have IDX files and a CDX file on the same table and they
will happily coexist.

--
Cindy Winegarden  MCSD, Microsoft Visual FoxPro MVP

http://msdn.microsoft.com/vfoxpro  http://foxcentral.net


Quote:
> Hi,

> I have a fox pro database that I am using Ado via the foxpro oledb driver
> to
> update and insert data. The
> ".idx" index file doesn't seem to update by itself. How can I associate
> the
> index files to the connection..  The driver is Microsoft? Visual FoxPro?
> OLE
> DB Provider version 7.0.0.9465.

> Any help greatly appreciated...

> Mike



Fri, 16 Sep 2005 02:35:26 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. oledb update command not inserting recently added row...

2. Update -Statement crashes CDX/FoxPro-Indexes

3. Help: updating text file-Updating Data in a linked table not supported by this ISAM

4. PROBLEM: Accessing Foxpro table(delete, update, insert)

5. CAB files not updating on client side when VBscript is updated

6. INDEX WAS NOT UPDATED

7. Update and Insert queries work in SQL but not in Access

8. ADO update not inserting identity value

9. Update command not inserting correct date

10. ADODB.Recordset.Update does not update?

11. SQL Update not Updating

12. Access updated crystal not update!?

 

 
Powered by phpBB® Forum Software