IQvxServerRunStandalone Method |
Run QvxServer as a standalone application. With a standalone
connector you create a .QVX file which can be read by QlikView. A
standalone connector utilizes functionality similar to a command
pipe to get the information it needs to create the .QVX file.
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax void RunStandalone(
string parentString,
string pipeName,
string connectString,
string targetPath,
string standaloneQuery
)
Parameters
- parentString
- Type: SystemString
Reference to parent window handle - pipeName
- Type: SystemString
Command pipe name - connectString
- Type: SystemString
A custom connect string - targetPath
- Type: SystemString
Target path for the .QVX file to be created - standaloneQuery
- Type: SystemString
A SQL-like query, identical to the
query used within the script editor of QlikView. The script defines
which fields to retrieve from a data source.
See Also