NewDBConnection 

Syntax

object.NewDBConnection

Description

This method calls the NEW DB Connection window from ELS-QB component, so that the user may create a new database connection in the Databases folder at run-time.

Remarks

NewDBConnection method returns True if the Connection pane of ELS-QB control is enabled and False otherwise

Example

For Sample of NewDBConnection usage see Sub itmFileNewDBConnection_Click() of the frmELS_QB in ELS_QBDemoVB project.