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
SaaSClientConnexion (Function)
In french: SaaSConnexionClient
Returns the characteristics of the connection to the client database. This function allows a user connected via SaaSConnect to access the client database that belongs to him.
New in version 2024
WINDEVWindows This function is now available for WINDEV applications in Windows.
Example
MyConnection is Connection

IF SaaSIsConnected() = True THEN
MyConnection = SaaSClientConnection()
HChangeConnection("*", MyConnection)
END
Syntax
<Result> = SaaSClientConnexion()
<Result>: Connection variable
Connection variable containing the characteristics of the connection to the database of the client.
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/13/2023

Send a report | Local help