This section describes how to connect to a DSN (Data Source Name) with JDBC-ODBC Bridge.
After I have my DSN, HY_DSN, created to represent a flat text file,
now I am going to try to connect my Java program to this DSN with JDBC-ODBC Bridge
using the DriverManager.getConnection() method: