com.webprofusion.util.db.DBConnection is a simple wrapper Java object for JDBC database connections which is meant to help in building cross-DB SQL statements. It currently supports MySQL & MS SQL Server. It also includes the classes com.webprofusion.utils.StringUtils and com.webprofusion.SiteProperties. The dbconnection object currently uses thess classes to load settings for the DB Connection at runtime. This lets you define a properties file which specifies the dbengine and connection info.
| Tags | Database Database Engines/Servers |
|---|
A set of utility classes that can be used for Desktop application development.