AddSQLServerConnection Method

InstallShield 2022 » Automation Interface

Project:This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI

Call the AddSQLServerConnection method to add a new server connection to your project.

Syntax

Function AddSQLServerConnection(strConnectionName As String) As ISWiSQLConnection

Parameters

AddSQLServerConnection Method Parameters

Parameter

Description

ConnectionName

Specify the name of the new connection you want to establish.

Return Values

This method returns ISWiSQLConnection object.

Applies To

ISWiProject