November 2007
Intermediate to advanced
408 pages
11h 3m
English
IN THIS CHAPTER
As you continue to develop your database you may find yourself in a challenging situation. The challenge I am referring to is created when you develop your user interface (UI) in one database file, and then you are faced with integrating those changes into your “released” application.
This challenge is overcome with the implementation of a split configuration. When implementing a split configuration, you create one database that stores all your tables and relationships (or your base data schema). The database with your tables is called the back end (BE). Then you create an application ...
Read now
Unlock full access