About native database interfaces

The native database interfaces provide native connections to many databases and DBMSs. This chapter describes how the native database interfaces access these databases.

A native database interface is a direct connection to your data in DataWindow Designer.

Each native database interface uses its own interface DLL to communicate with a specified database through a vendor-specific database API. For example, the SQL Native Client interface for Microsoft SQL Server uses a DLL named PBSNC110.DLL to access the database, whereas the Oracle 10g database interface accesses the database through PBO10110.DLL.

In contrast, a standard database interface uses a standard API to communicate with the database. For example, DataWindow Designer can use a single-interface DLL (PBODB110.DLL) to communicate with the ODBC Driver Manager and corresponding driver to access any ODBC data source.