|
|
|
|
|
SaaSAdminDisconnect (Function) In french: SaaSAdminDéconnecte Ends the management session of a SaaS database.
IF SaaSAdminConnect("admin", "secret") = False THEN
Error("You are not authorized to log in as administrator")
RETURN
END
...
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|