' Return a boolean indicating whether the input connection string for the OLEDB ' managed provider points to a SQL Server DB'' Examples:' Debug.WriteLine(IsOleDbSqlConnString("Provider=SQLOLEDB.1;Data ' Source=.;User ID=sa;Password=;Initial Catalog=MyDB")) ' => True' Debug.WriteLine(IsOleDbSqlConnString("Provider=Microsoft.Jet.OLEDB.4.0;Data ' Source=D:MyDB.mdb;")) ' => FalseFunction IsOleDbSqlConnString(ByVal connString As String) connString = connString.ToLower() Return (connString.IndexOf("sqloledb") > -1)End Function


What We Should Expect from Cell Phone Tech in the Near Future
The earliest cell phones included boxy designs full of buttons and antennas, and they only made calls. Needless to say, we’ve come a long way from those classic brick phones