' Create a suitable connection object for a given connection string.' Requires Imports for System.Data, System.Data.Common, System.Data.OleDb,' System.Data.SqlClient and System.Data.Odbc'' Example: Dim cn As IDbConnection = CreateConnection(connStr)Function CreateConnection(ByVal connString As String) As IDbConnection If connString.ToLower.IndexOf("provider=") >= 0 Then Return New OleDbConnection(connString) ElseIf connString.ToLower.IndexOf("driver") >= 0 Then Return New OdbcConnection(connString) Else Return New SqlConnection(connString) End IfEnd Function

4 Areas of Your Company Where Your Audio Really Matters
Your company probably relies on audio more than you realize. Whether you’re creating a spoken text message to a colleague or giving a speech, you want your audio to shine. Otherwise, you could cause avoidable friction points and potentially hurt your brand reputation. For example, let’s say you create a