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
Allows you to find out the properties of an HFSQL server.
Example
// Description de la connexion
HDescribeConnection("MaConnexion", "Julie", "MotDePasse", "MonServeurHF", "MaBaseDeDonnées", hAccessHFClientServer, hORead)
// Ouverture de la connexion
HOpenConnection("MaConnexion")
...
NotesServeur is string
NotesServeur = HInfoServerProperty("MaConnexion", hNotes)
IF NotesServeur <> "" THEN 
	Trace("Description du serveur : " + NotesServeur)
END
Syntax
<Result> = HInfoServerProperty(<Connection> , <Property>)
<Result>: Character string
  • Value of requested property,
  • Empty string ("") if an error occurred.
<Connection>: Character string or Connection variable
Connection for which a property value is requested. This connection corresponds to:
<Property>: Integer constant
Property of the server:
hNotesDescription of the server or any other information associated with the server by HModifyServerProperty.
If this constant is used, <Result> is a character string.
Remarks
To modify the properties of a server, use HModifyServerProperty.
Component: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help