| View previous topic :: View next topic |
| Author |
Message |
Matti Räihä Guest
|
Posted: Fri Sep 22, 2006 5:34 pm Post subject: Help: DbiGetIndexDescs |
|
|
Our applications use over 400 tables. We are moving to another
database-engine.
Because of localization we cant convert directly to that incoming engine.
Converting fields names was easy but converting indexnames is hard.
I dont want use SQL-clauses to doing it because i do some other converts at
same time(languages etc).
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.
--
Matti Raiha
eMail: matti.raiha (at ) suonentieto.fi |
|
| Back to top |
|
 |
DB-1 Guest
|
Posted: Fri Sep 22, 2006 5:42 pm Post subject: Re: Help: DbiGetIndexDescs |
|
|
"Matti Räihä" wrote:
| Quote: |
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 |
|
| Back to top |
|
 |
|