I have a new app which will be deployed to the users soon.
It is a split db. What is the best approach for development and production support. Should I have 2 versions, 1 that is linked to the production back end, and 1 test which will be linked to a test back-end. Or 1 version that I simply go back and forth with the linked table manager. It seems that having the two apps is the best way.....
It is a split db. What is the best approach for development and production support. Should I have 2 versions, 1 that is linked to the production back end, and 1 test which will be linked to a test back-end. Or 1 version that I simply go back and forth with the linked table manager. It seems that having the two apps is the best way.....