by DB-1 <db1@[EMAIL PROTECTED]
>
Sep 22, 2006 at 03:42 PM
"Matti Räihä" wrote:
>
> I have not found sample of DbiGetIndexDescs() function where it is used
to
> rename indexes (Index name). Only when creating new tables.
> Has anyone used it in that purpose?
> btw: Borlands BDE API function library does not give me the answer.
I quess you could write that kind of "index rename" function quite
easily with the standard DeleteIndex and AddIndex pair.
DB-1