Appendix B. The Description of the DBMS Settings. The Parameters of the DBMS Driver |
As a database for Enterprise Server you can use the following variants: ◆internal DBMS (IntDB); ◆external DBMS. Internal DBMS When setting access to DBMS for storage and processing of data, use the parameters described below for internal DBMS. Built-in DBMS (IntDB) parameters
External DBMS The following database management systems may be used to arrange the external database for Enterprise Server: ◆Oracle. The settings are given in Appendix B2. Setting Up the Database Driver for Oracle. ◆Microsoft SQL Server Compact Edition (SQL CE). The settings are given in Appendix B3. Setting Up the Database Driver for SQL CE. ◆PostgreSQL. The settings necessary for PostgreSQL are given in Appendix В4. Using the PostgreSQL DBMS. ◆Microsoft SQL Server/Microsoft SQL Server Express. To access these DBMS, an ODBC driver may be used (setting up the parameters of the ODBC driver for Windows is given in Appendix B1. Setting Up the ODBC Driver).
Comparison Characteristics
When choosing between an internal and external database, take into account the following peculiar parameters of DMBS: ◆In large anti-virus networks (of over 200-300 stations), it is recommended to use an external DB, which is more fault-resistant than internal DBs. ◆The internal DBMS (IntDB) is considerably faster than the external analogs and is recommended mainly for the typical use of databases. ◆You may use an external database in case it will be necessary to work through a DBMS and access the DB directly. To facilitate access, standard APIs may be used, such as OLE DB, ADO.NET or ODBC. Though it is to be noted that there is no ODBC driver for Microsoft SQL CE at present. Still, working in applications with this DBMS may be facilitated by implementing ADO.NET technologies and the LINQ language, which allows using all the possibilities of the .NET Framework platform including the report generation system CrystalReports. |