Create Index on Foxpro Tables (*dbf) using ADO and VB6
Article Writing
1
Posts
1
Posters
0
Views
1
Watching
-
Guys, I was assigned to convert an existing foxpro application into vb6. There's a module there in foxpro source code that will automatically create an index (cdx) on tables that has no index. The foxpro code goes something like this.. INDEX ON ALLTRIM(Prefix) + ALLTRIM(Rec_No) TAG PREREC OF TableName.CDX I've tried and researched all posible solution to convert this code into ado and vb6.:doh: Can anyone out there help me? Thanks! CHITZ -- modified at 5:24 Tuesday 17th January, 2006