Child pages
  • Section [DBAccess], database key

Database

It identifies the name of the database you must use to access, via DBAccess, the database (MSSQL, MSSQL7, Oracle, AS/400, Sybase, Informix, MSADO and others).
 

Scope

ERP 10 and 11

 

Example

[DBAccess]
Alias=BASEP11
ConType=TCPIP
Database=MSSQL7
Server=SrvTOP01


 

Note

You may define a database for a specific environment by setting this key, prefixed with DB, within the desired [Environment] section. However, the configuration of this key directly in the environment has priority over the default specification in section [DBAccess].

 

Example

[Environment]
SourcePath=C:\ERP\APO
RootPath=C:\ERP_Data
StartPath=\system\
x2_path=
RpoDb=top
RpoLanguage=portuguese
RpoVersion=101
LocalFiles=ads
Trace=0
localdbextension=.dbf
PictFormat=DEFAULT
DateFormat=DEFAULT
DBDatabase=MSSQL7
DBAlias=PLS101
DBConType=TCPIP
DBServer=Localhost
  • No labels