Click or drag to resize
IQvxServerCreateConnectionString Method
This method is called when QlikView sends a QVX_EDIT_CONNECT command. The method must be implemented by the user and returns connect string parameters.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
string CreateConnectionString()

Return Value

Type: String
string
with parameters e.g. "Server=localhost;UserId=SomeUserName".
See Also