Corrections have been made to address two issues with Modify Table in c-treeACE SQL Explorer:
When creating a TRNLOG table with conditional indices set at creation time, none were created as conditional. CndxCompile failed with NOTACTIVE. This has been corrected by changing the logic to reopen the table before it calls additional methods.
When an index was created and the filename was left as “(Default)”, it created a file on disk named (Default).idx. This behavior has been changed to set the filename to the logical name.