CreateESQLConnectionHandler - cConnection
Creates an SQL Connection Handler
Type: Function
Return Data Type: Handle
Syntax
Function CreateESQLConnectionHandler Returns Handle
Call Example
Get CreateESQLConnectionHandler to HandleVariable
Description
Creates an SQL Connection handler.
By default, it creates a cSQLConnection object. This can be augmented to use a different class.
It is up to you to destroy this object when it is no longer needed.
Return Value
Handle of the SQL Connection Handler object