Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index driving me crazy
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00662669
Message ID:
00662708
Views:
16
That did the trick, thanks a million

Nick Patel


>Try dtos(op_ord_date) instead of the dtoc clause, and tell me if this helps
>
>Jaime
>
>>I have a view that orders the data by following:
>>
>>
>> ORDER BY O_ord_pay.op_vendor, O_ord_pay.op_ord_date
>>
>>
>>I am now trying to create a index that should replicate the above sorted order as follows:
>>
>>
>>INDEX ON op_vendor+dtoc(op_ord_date) TAG (vendorord) ascending
>>SET ORDER TO (vendorord) ascending
>>
>>
>>
>>When I run the second senerio, the order of data doesn't come out like the view order. What I'm I doing wrong?
>>
>>Thanks
>>Nick Patel
Previous
Reply
Map
View

Click here to load this message in the networking platform