AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
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
HModifyServerProperty (Function)
In french: HModifieProprié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 HInfoServerProperty.
Example
ResModif is boolean
ResModif = HModifyServerProperty("MyConnection", hNotes, "HFSQL Client/Server server")
IF ResModif = True THEN
Info("Modification performed")
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: wd290hf.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local