|
|
|
|
HDeleteQuery (Function) In french: HSupprimeRequête
Available only with this kind of connection
Deletes a query (used by stored procedures) from an HFSQL server. // Delete the "ManageEmail" query from the server HDeleteQuery("MyConnection", ManageEmail)
Syntax
<Result> = HDeleteQuery(<Connection> , <Query to delete>)
<Result>: Boolean - True if the query was deleted,
- False otherwise. HError is used to identify the error.
<Connection>: Character string or Connection variable Connection to the HFSQL server that contains the query to delete. This connection corresponds to: <Query to delete>: Character string Name of the query that must be deleted from the server.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|