JdbcHelper
Provides static methods for translating SQL server connection strings to java-based connection strings.
public JdbcHelper()
Converts the provided connection string to its logically equivalent java database representation.
public static string ConvertFromSqlClientConnectionString(string sqlServerConnectionString, string dataSourceOverride)
Converts the provided connection string to its logically equivalent java database representation.