Search Results

1
vote

C# Retrieving correct DbConnection object by connection string

if you're using framework 2.0 or above, and you can get them to pass in a second string with the driver class, you can use the dbProviderFactory class to load the driver for you. Db …