|
|
|
|
|
HInfoServerProperty (Function) In french: HInfoProprietéServeur
Available only with this kind of connection
Allows you to find out the properties of an HFSQL server.
HDescribeConnection("MaConnexion", "Julie", "MotDePasse", "MonServeurHF", "MaBaseDeDonnées", hAccessHFClientServer, hORead)
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: | | hNotes | Description of the server or any other information associated with the server by HModifyServerProperty. If this constant is used, <Result> is a character string. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|