Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Collate - Index on Deleted() Tag DeletedTag Binary
Message
From
26/08/2005 12:41:49
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01044347
Message ID:
01044365
Views:
19
>Hi all,
>
>I just upgraded an application from VFP 7 to VFP 9 in a customer.
>So, I created a new index for each table:
>
>Index on Deleted() Tag DeletedTag Binary
>
>This index has collate as MACHINE. My others indexes (like name, for example) have collate as GENERAL.
>
>So I have a problem:
>
>If I have two collates in my indexes, how can I set the right collate to use rushmore optimization?
>
>Any idea?
>
>By now, I just deleted this index and it works great - but I want moreeeeeeee! ;-)
>
>TIA

An not character index, it doesn't have collate.
However this index is useless,
you add

FOR NOT DELETED()
to the primary index.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform