You are not logged in.
Pages: 1
Hi ab,
I have also several questions about the index creation.
1. How can I enable or disable the automatic index creation? I mean the indexes which look like INDEX7CB68FFE350C6FF1(...)
2. How can I check through the ORM whether an index already exists?
3. How can I create my own indexes through the ORM?
Thank you for your answers!
Offline
Yes, I did check the doc ;-) But anyway thx for your help!
Offline
I want to disable the auto creation of the indexes.
This code works!
CreateModel
VirtualTableExternalRegister
fSQLRestServerDB.CreateMissingTables(0, [itoNoIndex4TID]);
But in this case the auto indexes are created:
CreateModel
VirtualTableExternalRegister
fMySQLModel.Table[TMySQLTable.SQLTableName].InitializeTable(fSQLRestServerDB, 'SomeTIDFiled', [itoNoIndex4TID]);
CreateMissingTables
Is there some issue?
Offline
Pages: 1