I’ve created a form as an editable grid. It works great in dev but as soon as it’s published to production I get the error: “An error occurred while connecting to the database”. I’ve checked the db connections on the app and it is the same in dev as in production. I tested this issue by creating a table with 2 columns and built an editable grid form off of that table. I ran it in dev and inserted 2 records. I then deployed it and got the error I mentioned above. It’s pointless to have apps that only work in dev and not production.
edit: This happens with editable grid and editable grid view. We had deployed other apps of this type before SC7 and they work in Prod just fine. No new editable grids are able to be deployed.