|
|
|
|
SaaSAdminDisconnect (Function) In french: SaaSAdminDéconnecte Ends the management session of a SaaS database.
// Management connection to the SaaS database IF SaaSAdminConnect("admin", "secret") = False THEN Error("You are not allowed to connect as administrator") RETURN END ... // End of management session SaaSAdminDisconnect()
Syntax
<Result> = SaaSAdminDisconnect()
<Result>: Boolean - True if the disconnection was performed,
- False otherwise. To get more details on the error, use ErrorInfo.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|