HResults.DTS_E_UNQUOTEDSEMICOLON Field

Definition

The connection string components cannot contain unquoted semicolons. If the value must contain a semicolon, enclose the entire value in quotes. This error occurs when values in the connection string contain unquoted semicolons, such as the InitialCatalog property.

public: int DTS_E_UNQUOTEDSEMICOLON = -1073594103;
public const int DTS_E_UNQUOTEDSEMICOLON = -1073594103;
val mutable DTS_E_UNQUOTEDSEMICOLON : int
Public Const DTS_E_UNQUOTEDSEMICOLON As Integer  = -1073594103

Field Value

Value = -1073594103

Applies to