Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Descending indices
Sun, Mar 11 2007 9:17 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

An index like CREATE INDEX "Date" ON "Transactions" ("_Date" DESC) does not show in IndexFieldNames in the IDE in a TEDBTable component

Roy Lambert
Mon, Mar 12 2007 5:00 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< An index like CREATE INDEX "Date" ON "Transactions" ("_Date" DESC) does
not show in IndexFieldNames in the IDE in a TEDBTable component >>

It's a TIndexDefs issue that is part of the standard TDataSet architecture.
You have to use the IndexName instead.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image