Table 18122320 EOS004 DB Connection Setup

Table 18122320 EOS004 DB Connection Setup

Allows the configuration of a database connection.

LanguageCaption
de-DEDB-Verbindungseinrichtung
en-USDB Connection Setup
it-ITSetup connessione DB

Fields

Code (10)

Code[20]

The code of the connection setup.

LanguageCaption
de-DECode
en-USCode
it-ITCodice

Service Config. Code (15)

Code[20]

TableRelation: "EOS004 Service Config.".Code where(Type = const("EOS FunctionApi"))

Specifies the service connection to an EOS Function API that this setup will use.

LanguageCaption
de-DEDienst-Konfig.-Code
en-USService Config. Code
it-ITCod. config. servizio

Provider Name (20)

Text[50]

Specifies the database provider to use for the connection.

LanguageCaption
de-DEProvider-Name
en-USProvider Name
it-ITNome provider

Connection String (30)

Text[500]

Specifies the connectino string to use when connecting to the database.

LanguageCaption

Database Name (40)

Text[50]

Specifies the name of the database to connect to. This is optional if the connection string already specifies the database. If both are specified, the value in this field probably takes precedence. This, however, depends on the provider implementation.

LanguageCaption
de-DEDatenbankname
en-USDatabase Name
it-ITNome database

Methods

ValidateProviderName

procedure ValidateProviderName(ProviderName: Text)

Parameters / Return Value

  • ProviderName Text[]

LookupProviderName

procedure LookupProviderName(var ProviderName: Text): Boolean

Parameters / Return Value

  • ProviderName Text[]

  • Returns Boolean


CreateConnection

procedure CreateConnection(var ConnectionId: Guid)

Creates a connection to this configuration. This is a TryFunction.

Parameters / Return Value

  • ConnectionId Guid

    Returns the newly created connection ID.



EOS Labs -