...
Note: since D2000 v22.0.74, there is protection against SQL injection attacks in the D2000 DBManager process. The protection generates the error code "Malevolent SQL command detected" (error no. 666). Protection can be turned off with the start parameter /E-DBG.DBMANAGER.SANITIZE or at runtime using the D2000 System Console by disabling the DBG.DBMANAGER.SANITIZE category.
Note: For compatibility with Oracle, a NULL string in the database is interpreted as an empty string and is valid in D2000. This behavior can be changed with the /NMI startup parameter.
From version D2000 v7.0, along with the "standard" process D2000 DBManager, a variant that only works with Oracle databases (dbmanager_ora.exe) is implemented. This variant does not use the ODBC interface but accesses the database via the OCI (Oracle Client Interface). It is available on Windows platforms as well as on OpenVMS. When using the dbmanager_ora.exe, the configuration dialog box of an object of Database type contains TNS (Transparent Network Substrate) in the parameter DSN (see the description of the file tnsnames.ora in the Oracle documentation).
...