ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HModifyServerProperty (Function)
In french: HModifiePropriétéServeur
HFSQL Client/ServerAvailable only with this kind of connection
Modifies the properties of an HFSQL server.
Remark: You can find out the properties of an HFSQL server using the HInfoServerProperty function.
Example
ResModif is boolean
ResModif = HModifyServerProperty("MaConnexion", hNotes, "Serveur HFSQL Client/Serveur")
IF ResModif = True THEN
	Info("Modification effectuée")
END
Syntax
<Result> = HModifyServerProperty(<Connection> , <Property to modify> , <New value>)
<Result>: Boolean
  • True if the properties have been modified,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable
Connection for which the value of a property must be modified. This connection corresponds to:
<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: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help