I have connected to various data sources in the past using ODBC, including Access, SQL Server, and DB2 databases. For the most part using ODBC is easy, since all you really need is the proper connection string and authentication. Once you have those, then you can easily run queries against the data source. I recently [...]