|
Featured Reviews
|
SqlSpec |
|
Includes a comment editor supporting SQL Server, Oracle, and more.
|
|
Universal SQL Editor |
|
Support Oracle, DB2, SQL Server, Sybase and other ODBC databases.
|
|
Softerra LDAP Browser |
|
A premier explorer like LDAP client designed for Windows and admins.
|
|
Secure Auditor |
|
IT security assessment software which performs database auditing.
|
|
DBA Easy Control |
|
A unique versatile database management suite for Oracle DBA.
|
|
Secure Bytes |
|
Solution for conducting automated audits on Windows, Oracle and SQL.
|
|
|
| The ODBC Broker is a C++
class built on top of ODBC Layer. It encapsulates much of
the complexity of the ODBC API and provides a uniform interface
to application developers. The Database broker class is
a higher abstraction of a group of classes developed via
the raw ODBC APIs.
It is capable of handling
dynamic query, batch SQL commands, database caching, and
runtime binding. In application development using ODBC,
developers usually define C/C++ variables that match what’s
in the database table (static binding). The approach assumes
the database tables are defined before the corresponding
database classes. |
|
|
|
|