Mapping Unstructured Data: How-to
When creating an ODBC driver, it is essential to convert data from the data source into a relational format. This is necessary because ODBC and SQL require and operate on data that is organized with a fixed schema and returned in a tabular structure.