Using a Test Database on a Host Machine

From Debugger, you can connect to a database deployed on a host machine. This allows you to test a fully functioning application with a complete set of data. You can still use the local test database for unit testing and audit and recovery purposes.

 Caution

This facility is for testing purposes only. Do not use it with your deployed production databases. Applying untested code to a production database could destroy the integrity of the database, risk loss of data, and risk database corruption.