Please help me resolve the activation problem in the following scenario:
1. create .hdbschema and .hdbdd file that define a new schema
2. activate these files. A new schema with tables is created successfully.
3. delete this schema
4. re-activation of the same schema definition files. A new empty schema is created without tables.
It looks like the information about schema that was created in #2 is stored somewhere in the system, so it "think" that tables already exist.
More over, if I change my .hdbdd file ( for ex. add/remove column) I am getting exception saying that column cannot be add because table does not exist
Regards,
Alex.