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>.DeleteSet (Function)
In french: <Variable Connexion>.SupprimeCollection
HFSQL Client/ServerAvailable only with this kind of connection
Deletes a set of stored procedures from an HFSQL server.
Example
// Describe the connection
MyConnection is Connection
 
// Delete the set of procedures ("ManageEmail") from the server
MyConnection.DeleteSet(ManageEmail)
Syntax
<Result> = <Connection>.DeleteSet(<Set of procedures>)
<Result>: Boolean
  • True if the set of procedures was deleted,
  • False otherwise. HError is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection to the HFSQL server with the set of procedures to delete.
<Set of procedures>: Character string
Name of the set of procedures to 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: 09/07/2023

Send a report | Local help