ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SaaSAdminDisconnect (Function)
In french: SaaSAdminDéconnecte
Ends the management session of a SaaS database.
Example
// 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.
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help