Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The only thing I can think to tell you is to make sure that the foreign keys are actually being turned off... since you're building the SF source code in debug, you can open the DatabaseMigrator file within the MicroFour StrataFrame DBEngine project and add a message box to the TurnOffAllForeignKeys() method to show the value of the DatabaseName parameter. When you run, you should then get the message boxes for each database that is being included in the deployment. If a database isn't included, then the foreign keys aren't being turned off and we have a problem somewhere.
|