|
|
|
|
|
HDeleteSet (Function) In french: HSupprimeCollection
Available only with this kind of connection
Deletes a set of stored procedures from an HFSQL 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|