If you sync a database and use a deleted table in your app, an error will occur.
When using the "Import database" feature via Integration Studio, add the ability to detect when a table you've added previous, no longer exist (has been deleted).
Detection should occur when integration studio connects to the database server and has re-imported the database using the same database (same connection string) and also when the user selects to manually refreshed a given table.
Note: You might also want to add a method to verify the integrity of database via Platform database API.
When using the "Import database" feature via Integration Studio, add the ability to detect when a table you've added previous, no longer exist (has been deleted).
Detection should occur when integration studio connects to the database server and has re-imported the database using the same database (same connection string) and also when the user selects to manually refreshed a given table.
Note: You might also want to add a method to verify the integrity of database via Platform database API.