ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
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
<Connection variable>.DeleteQuery (Function)
In french: <Variable Connexion>.SupprimeRequête
HFSQL Client/ServerAvailable only with this kind of connection
Deletes a query (used by stored procedures) from an HFSQL server.
Example
MyConnection is Connection
 
// Delete the "ManageEmail" query from the server
MyConnection.DeleteQuery(ManageEmail)
Syntax
<Result> = <Connection>.DeleteQuery(<Query to delete>)
<Result>: Boolean
  • True if the query was deleted,
  • False otherwise. HError is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable describing the connection to the HFSQL server that contains the query to delete.
<Query to delete>: Character string
Name of the query that must be deleted from the server.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help