| 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.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntaxstring CreateConnectionString()
Return Value
Type: 
String with parameters e.g. "Server=localhost;UserId=SomeUserName".
            
See Also