I'm doing a TTable.CreateTable.
Provided I've not used this TTable object before, it succeeds fine, but if I've previously used the TTable object to open some other table, when I hit the CreateTable, I get the error:
Project blah raised exception class EDBExceptionError with message 'Invalid parameter. Table does not exist.' Table 'C:\myfolder\Foo'. Process stopped.
The table is _not_ created. I notice that the table name listed in the error does not have a .DB extension.
Clearly some sort of state from the previous table I have opened and closed is remaining in the TTable object. Is there some particular property I should be clearing? -- Doug Burbidge mailto:dougburbidge@yahoo.com
Provided I've not used this TTable object before, it succeeds fine, but if I've previously used the TTable object to open some other table, when I hit the CreateTable, I get the error:
Project blah raised exception class EDBExceptionError with message 'Invalid parameter. Table does not exist.' Table 'C:\myfolder\Foo'. Process stopped.
The table is _not_ created. I notice that the table name listed in the error does not have a .DB extension.
Clearly some sort of state from the previous table I have opened and closed is remaining in the TTable object. Is there some particular property I should be clearing? -- Doug Burbidge mailto:dougburbidge@yahoo.com