(→Appendix A: Validation Queries)
|
(→Appendix A: Validation Queries)
|
Line 90: | |||
= Appendix A: Validation Queries = | = Appendix A: Validation Queries = | ||
- | The table below lists the '''install.db.validationQuery''' option for each database type: | + | AnthillPro performs a validation query against the JDBC driver specified within the ''installed.properties'' file to test if the database driver is suitable or not. It is basically just a query for a trivial result, and if no errors are returned, then the query & driver is valid; therefore we have this as a configurable value and we pick a known good one for each database type. The table below lists the known '''install.db.validationQuery''' option for each database type: |
+ | <table border=4 cellpadding=2 cellspacing=2 align=center> | ||
+ | <tr><th>Vendor</th><th>Validation Query</th></tr> | ||
+ | <tr><td>Apache Derby</td><td>values(1)</td></tr> | ||
+ | </table> |