Board index » delphi » Alternative Index D5,Ado, and Access2000

Alternative Index D5,Ado, and Access2000

I have not seen a post for anyone else having this problem so I assume I
am doing something wrong, maybe someone can guide me in the right
direction.

I am using Delphi 5 with ADO Express on an Access 2000 .MDB.

The problem is that the AdoTable component always display records in
primary index order even when I select an alternate index on the
properties page. I am using a server side cursor.
Any suggestions?

 

Re:Alternative Index D5,Ado, and Access2000


Unless you have a special reason to use TADOTable you
should use TADODataset and TADOCommand.

HTH
--
V. Nazarov
IT Manager, Sofia Cable

Quote
"Peter McIntyre" <disw...@home.com> wrote in message

news:3948FC8B.68F07D14@home.com...
Quote
> I have not seen a post for anyone else having this problem so I assume I
> am doing something wrong, maybe someone can guide me in the right
> direction.

> I am using Delphi 5 with ADO Express on an Access 2000 .MDB.

> The problem is that the AdoTable component always display records in
> primary index order even when I select an alternate index on the
> properties page. I am using a server side cursor.

> Any suggestions?

Re:Alternative Index D5,Ado, and Access2000


Use IndexFiledNames insted of IndexName

Michele

Other Threads