You are creating an application that reads from a database. You need to use different databases during the development phase and the testing phase by using conditional compilation techniques. What should you do?
正解:C
Explanation/Reference: Explanation: Use one debug version to connect to the development database, and a standard version to connect to the live database.