Set an index to a table?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
homedweller
Posts: 1
Joined: Fri 27 Apr 2018 13:57

Set an index to a table?

Post by homedweller » Sat 28 Apr 2018 15:03

i have been using BDE now converted my data to firebird and using InterBase data access component in Delphi.
The problem is that in BDE i set index to table by calling table.indexname := 'indexname' in the interbase data access component i do not have indexname property, how can i use my created indexes??

thank you & cheers,
homedweller

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Set an index to a table?

Post by ViktorV » Tue 01 May 2018 08:05

The similar question has already been discussed on our forum. Follow the link viewtopic.php?t=34644 for details.

Post Reply