What is NativeDB? NativeDB is a set of Delphi/C++Builder
VCL (Visual Component Library) components to be installed into your
favorite development environment. These components connects directly to the database
engine and are based on the database interface provided by the database manufacturer.
By interfacing to the lowest layer, we are able to offer high-speed database access
as well as supporting many advanced features not supported by standard database
interfaces.
A well defined class library makes up the foundation of NativeDB. This class library is
designed to meet the requirements of the Visual Component Library (VCL).
In addition, a bonus Embarcadero dbExpress driver is
also available to ease implementing NativeDB in exsiting dbExpress projects.
So far, we have been concentrating our effort to support
SQL Anywhere,
as an easy to use and highly deployable database engine.
Still, and based on its modular design, NativeDB is well-prepared to handle other databases
in the future.
What is NativeDB Alerts?
NativeDB Alerts is a set of server-side external procedures that allow you to incorporate
intersession/interclient communication into your database and client applications. NativeDB
Alerts is typically used to send notification messages from database triggers, stored
procedures or client-side applications to allow other connected clients to react on them.
NativeDB Alerts was developed based on our customers request. We wanted to create a
simple yet powerful messaging system to allow an application or database to broadcast
messages to connected clients signaling important changes or events in the database or
client-software. A fully documented trial version is available from the downloads section.
|
|
|
NativeDB Key-features
No need to install or configure the Borland Database Engine (BDE).
No need to configure ODBC or maintain ODBC aliases.
No need to worry about ADO, MDAC or any driver version conflict issues.
No need to maintain any system-wide Windows registry keys.
No required system PATH settings.
No additional Windows SYSTEM DLLs needed when deploying your end-user application.
Much smaller setup executable size when deploying your application without BDE or MDAC.
High-speed database access.
Supports advanced database features not supported by BDE, ODBC or ADO based interfaces.
Supports database callbacks, translated into VCL events.
Intersession/interclient communication.
Accurate query record-counters.
Accurate scrollbar positioning when viewing data in VCL grids.
Immediate access to auto-incremental or other default values when inserting rows.
Full BLOB support.
Supports live server-side cursors.
Works in combination with many popular 3rd party data-access components.
|