HResults.DTS_E_UNQUOTEDSEMICOLON Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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