DataAccessBase.GetConnectionInfo

Figures out the dbProvider and Connection string from a connectionString name in a config file or explicit ConnectionString and provider.

public void GetConnectionInfo(string connectionString,
	string providerName)

Parameters

connectionString
Config file connection name or full connection string

providerName
optional provider name. If not passed with a connection string is considered Sql Server


See also:

Class DataAccessBase

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic