Page 1 of 1

Migration from MicroOlap

Posted: Tue 09 Dec 2008 10:47
by ecssdev
Hi, planning migration from MicropOlap components to Core Labs. The TTable equivalents from MicroOlap have an IndexName property to select sorting the table by server side index, we have lots of views that rely on that functionality, so how do I use server side indexes with your components?

Posted: Thu 11 Dec 2008 10:22
by swierzbicki
You should use the IndexfieldsName property

Posted: Thu 11 Dec 2008 12:25
by Dimon
You should use the TMyTable.OrderFields property to sort a table by fields on server side. Use commas to separate fields in a single string.