Quantcast
Viewing all articles
Browse latest Browse all 12198

The object name "ADO.net" is not valid

Using this code with throw Error at Data Flow Task [SSIS.Pipeline]: The object name "ADO.net" is not valid. The name cannot contain any of the following characters: / \ : [ ] . =IDTSRuntimeConnection100 connection = ComponentMetaData.RuntimeConnectionCollection.New(); connection.Name = "ADO.net";Instead use something that not includes a dot connection.Name = "ADOnet";

Viewing all articles
Browse latest Browse all 12198

Trending Articles