I have a connection string and I want to be able to peek out for example \"Data Source\". Is there a parser, or do I have to search the string?
You want to use DbProviderFactory.CreateConnectionStringBuilder () which provides you a connection string builder/parser specific to your connector, but does not require you to use any connector specific classes.