I have a very simple canvas app that is connected to a locally hosted SQL database. It's a very simple app that can execute create, read, edit, and delete (CRUD) operations records in a table. I built the app and had it working smoothly.
After the app's creation, we needed to expand the capabilities of our solution slightly. To expand our solution we added a few columns into our SQL table and renamed an existing column. Now, despite my efforts to refresh the data source of the app, I cannot get the values in these new and renamed columns to appear in the app. I have added the fields to the edit form for example, but the values in those columns will not show up in the app. I also cannot get the values to show up in the gallery on my Browse screen. For example: each of the records shown in the gallery should have either a fax number displayed or an email address displayed but neither value will display.
