ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server 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
<Connection variable>.ModifyServerProperty (Function)
In french: <Variable Connexion>.ModifiePropriétéServeur
HFSQL Client/ServerAvailable only with this kind of connection
Modifies the properties of an HFSQL server.
Remark: To find out the properties of an HFSQL server, use <Connection variable>.InfoServerProperty.
Example
// Describe the connection
MyConnection is Connection
 
ResModif is boolean
ResModif = MyConnection.ModifyServerProperty(hNotes, "HFSQL Client/Server server")
IF ResModif = True THEN
Info("Modification performed")
END
Syntax
<Result> = <Connection>.MoodifyServerProperty(<Property to modify> , <New value>)
<Result>: Boolean
  • True if the properties have been modified,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection for which the value of a property must be modified.
<Property to modify>: Integer constant
Property of the server to modify:
hNotesDescription of the server or any other information associated with the server.
If this constant is used, <New value> is a character string containing the text of the note.
<New value>: Character string
New value for the property.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help