Hello You Clipper Gurus,
I’m not a Clipper programmer, I usually do VB.
Where I work, I’ve been assigned to do a VB program that has to replace a Clipper program, which connects a dBaseIII database, also used by some other Clipper programs.
I’ve started of by linking the dBaseIII tables and their corresponding indexes to a MsAccess database file.
So far so good.
But, after updating some data in the tables, I’ve found that the index files did not update. Big trouble for the other Clipper programs!!!
I've tried to find why, and Microsoft KB’s answer was (Article: Q95044) that .NTX indexes are not supported in MsAccess, only .NDX (dBase indexes).
The same article states that if the Clipper application was developed by using the dBASE .NDX index format, in stead of Clipper’s default .NTX, MsAccess is able to updates the index correctly. Problem solved, but not exactly!
Now, our Clipper programmer doesn’t know how to do that (he’s trying for about a week now), and I was hopping that I can get a helping hand from you guys.
Thanx. Cristian.
I’m not a Clipper programmer, I usually do VB.
Where I work, I’ve been assigned to do a VB program that has to replace a Clipper program, which connects a dBaseIII database, also used by some other Clipper programs.
I’ve started of by linking the dBaseIII tables and their corresponding indexes to a MsAccess database file.
So far so good.
But, after updating some data in the tables, I’ve found that the index files did not update. Big trouble for the other Clipper programs!!!
I've tried to find why, and Microsoft KB’s answer was (Article: Q95044) that .NTX indexes are not supported in MsAccess, only .NDX (dBase indexes).
The same article states that if the Clipper application was developed by using the dBASE .NDX index format, in stead of Clipper’s default .NTX, MsAccess is able to updates the index correctly. Problem solved, but not exactly!
Now, our Clipper programmer doesn’t know how to do that (he’s trying for about a week now), and I was hopping that I can get a helping hand from you guys.
Thanx. Cristian.