ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


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.
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: wd280com.dll
Minimum version required
  • Version 15
Comments
Click [Add] to post a comment