Dev and Prod not the same DB
I have a customer who has applications being developed on one system and then deployed to users in multiple countries. Some of those countries have used a different DB server to the DB being used where development is done.
They recently had an issue deploying an update to one such country, where the DB became un-usable & had to be rolled back.
Is it possible that the DDL that is in the distribution package is specific to just the DB of the dev system, and so could potentially cause issues on other DB systems, or does PRPC wrap multiple versions of the DDL?