Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I got a big problem
Message
From
08/04/2000 11:50:00
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00355919
Message ID:
00357230
Views:
13
It's relative easy to solve your problem. If you are using
clipper version 5.2e (the "e" compilation is important)
then use the rdd system (replaceable database driver) clipper's system
to index your table.

This way
use "yourtable" VIA DBFCDX
INDEX ON (EQUIVALENT EXPRESSION TO L2BIN CLIPPER'S FUNCTION) TO FILE.CDX
USE (CLOSE YOUR TABLE)

So, when you open yourtable on VFP, you can: SET INDEX TO FILE.CDX,
because clippers rdd CDX driver generates foxpro version 2.5 cdx files

I hope this helps.
Previous
Reply
Map
View

Click here to load this message in the networking platform