QvxConnectOptions Class |
Namespace: QlikView.Qvx.QvxLibrary
public sealed class QvxConnectOptions
The QvxConnectOptions type exposes the following members.
Name | Description | |
---|---|---|
QvxConnectOptions |
Constructor for setting connection options.
|
Name | Description | |
---|---|---|
AllowPrompt |
If true, then user prompts are allowed.
ATTENTION! This option is always set to
false for QlikView 12 and above.
| |
AutoCommit |
If true, automatically commit SQL statement
immediately after it is executed.
| |
ConnectTimeoutSec |
The number of seconds to wait for any request
on the connection to complete before returning
to the application.
| |
IsEmpty |
Static option set to true
| |
LoginTimeoutSec |
The number of seconds to wait for a login
request to complete before returning to the
application.
| |
Provider |
Connector namet hat is equivalent to the
Connector file name.
| |
ReadOnly |
If true, open data source as read-only.
|