This section describes how to connect to a DSN that represents data stored in flat text files in a directory.
After created the DSN, HY_FLAT, to represent flat text files in a directory,
Now I can try to connect my Java program to those flat text files through JDBC-ODBC Bridge and DSN
using the DriverManager.getConnection() method: