|
|
|
|
SaaSAdminSiteConnection (Function) In french: SaaSAdminConnexionSite Returns the connection to the common database or to the reference database of the SaaS site. Remarks: - To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
- The use of this function is reserved to the SaaS administrator. A manager of client accounts cannot use this function.
S is dynamic saasSite C is Connection S = SaaSAdminFindSite("Forum") C = SaaSAdminSiteConnection(S) // Display the reference database of "Forum" SaaS site Info(C.Database)
Syntax
<Result> = SaaSAdminSiteConnection(<SaaS site>)
<Result>: Connection variable Connection variable containing the parameters for connecting to the database.- If the site is using no database, the returned connection will be empty.
- If the site uses a database common to all the client accounts, the information for connecting to this database will be returned.
- If the site is using a database specific to each client account, the information for connecting to the default database will be returned.
<SaaS site>: saasSite variable or character string Name of the saasSite variable (or site name) that corresponds to the SaaS site for which the connection should be retrieved.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|