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
Allows you to find out the properties of an HFSQL server.
Example
// Describe the connection
HDescribeConnection("MyConnection", "Julia", "Password", "MyHFServer", ...
"MyDatabase", hAccessHFClientServer, hORead)
// Open the connection
HOpenConnection("MyConnection")
...
ServerNotes is string
ServerNotes = HInfoServerProperty("MyConnection", hNotes)
IF ServerNotes <> "" THEN
Trace("Description of the server: " + NotesServer)
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 to find for 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: 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