Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

  • Via ODBC interface to any database for which an ODBC driver is installed in the system and an ODBC DSN (Data Source Name) is created. We routinely work with PostgreSQL, MySql, MariaDB, Sybase SQL Anywhere, Microsoft SQL Server, Informix, Firebird, and other
  • Via OCI interface (Oracle Client Interface) to the Oracle database. In the past, the Oracle database was widely used in large D2000 applications, and therefore a specialized version of the DBManager process using advanced OCI features was created.

It depends on the used binary (in the *.DBM process configuration), which version of the DBManager is started:

  • The dbmanager.exe binary (dbmanager on Linux/RPI) implements access via the ODBC interface.
  • The dbmanager_ora.exe binary (dbmanager_ora on Linux/RPI) implements access via the OCI interface.


Info
titleBlog

You can read the following blogs about DBManager:

...

Within the DODM model, the DBManager process is the parent of objects of type Database, and these are the parents of objects of type Table.

Hierarchy of objects Process - Database - TableImage Modified


Database object

...