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
Deletes a set of stored procedures from an HFSQL server.
Example
// Delete the set of procedures ("ManageEmail") from the server
HDeleteSet("MyConnection", ManageEmail)
Syntax
<Result> = HDeleteSet(<Connection> , <Set of procedures>)
<Result>: Boolean
  • True if the set of procedures was deleted,
  • False otherwise. HError is used to identify the error.
<Connection>: Character string or Connection variable
Connection to the HFSQL server containing the set of procedures to delete. This connection corresponds to:
<Set of procedures>: Character string
Name of the set of procedures to be deleted from the server.
Component: wd290hf.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help