ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
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: wd300com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help