Migration from MicroOlap

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ecssdev
Posts: 6
Joined: Fri 08 Sep 2006 13:30

Migration from MicroOlap

Post by ecssdev » Tue 09 Dec 2008 10:47

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?

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Thu 11 Dec 2008 10:22

You should use the IndexfieldsName property

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 11 Dec 2008 12:25

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.

Post Reply