Connect to ODBC data source with Fabric
What is ODBC Open Database Connectivity (ODBC) is a set of database access APIs that connect to the database, prepare, and then run SQL statements on the database. An ODBC driver application can access non-uniform data sources, such as spreadsheets, comma-delimited files, and almost any other DBMS (database management systems) such as SQL Server, Oracle, MYSQL, Intersystem etc… Of course, there are pros and cons to using ODBC over a native connector, especially on the performance side, but the advantage…