|
|
|
|
|
<Connection variable>.InfoServerProperty (Function) In french: <Variable Connexion>.InfoPropriétéServeur
Available only with this kind of connection
Allows you to find out the properties of an HFSQL server.
MaConnexion is Connection
MaConnexion.OpenConnection()
...
NotesServeur is string
NotesServeur = MaConnexion.InfoServerProperty(hNotes)
IF NotesServeur <> "" THEN
Trace("Description du serveur : " + NotesServeur)
END
Syntax
<Result> = <Connection>.InfoServerProperty(<Property>)
<Result>: Character string - Value of requested property,
- Empty string ("") if an error occurred.
<Connection>: Connection variable Name of the Connection variable that describes the connection for which a property value is requested. <Property>: Integer constant Property of the server:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|