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
  • Retrieving logs
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HInfoLog (Function)
In french: HInfoLog
HFSQL Client/ServerAvailable only with this kind of connection
Returns information about the server logs.
Reminder Server logs allow you to view client calls to the server.
Example
Informations is string
// Récupération de la correspondance entre les numéros de fonctions 
// et le nom des fonctions WLangage
Informations = HInfoLog("MaConnexion", hCorrespondence)
Syntax
<Result> = HInfoLog(<Connection name> , <Type of information>)
<Result>: Character string
Detailed result of the requested information type.
If the type of requested information corresponds to the hCorrespondence constant, <Result> has the following format:
<Number 1> + TAB + <Parameter 1> + TAB + <Value 1> + TAB + <French name 1> + TAB +
<English Name 1> + CR + ... + <Number N> + TAB + <Parameter N> + TAB + <Value N> + TAB +
<French name N> + TAB + <English name N>

Where:
  • <Number> corresponds to the number used to identify the function in the logs.
  • <Parameter> corresponds to the parameter in the log that used to differentiate between similar functions (HReadFirst/HReadNext for example).
  • <Value> corresponds to the value of the parameter.
  • <French name> corresponds to the name of the WLanguage function in French.
  • <English name> corresponds to the name of the WLanguage function in English.
<Connection name>: Character string
Name of the connection to the server for which information about the logs is requested.
<Type of information>: Integer constant
Specifies the type of requested information:
hCorrespondenceGives the correspondence between the numbers of the log functions and the names of the WLanguage functions
Remarks

Retrieving logs

  • HSetServer is used to retrieve and modify information about the logs (maximum size, path, ...).
  • HRetrieveLog is used to retrieve the server logs (between two dates) in a file in text format.
Component: wd300hf.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help