Thank you.
If we do a complete sync and have new custom data types, what is the best way to get the tables created (using SQL server). I have tried adding calls to DynamicTypeManager.EnsureCreateStore,but if the entry already exists in DynamicSqlDataProvider.config, it is not created. Do we need to just run DDL statements on our own?
Brian
If we do a complete sync and have new custom data types, what is the best way to get the tables created (using SQL server). I have tried adding calls to DynamicTypeManager.EnsureCreateStore,but if the entry already exists in DynamicSqlDataProvider.config, it is not created. Do we need to just run DDL statements on our own?
Brian