Clients and Drivers
Interfaces
There are currently three important standardized interfaces for which EXASOL provides the necessary driver software:
- ODBC (Open DataBase Connectivity),
- JDBC (Java DataBase Connectivity) and
- ADO.NET (Abstract Data Objects .NET).
In addition, there is the possibility to access EXASolution with the help of the OLE DB Provider for ODBC Drivers from Microsoft via an OLE DB interface (Object Linking and Embedding DataBase).
By integrating the drivers in your application, they are enabled to send SQL requests, present the results and load data into EXASolution. For larger bulk loads it is recommended to use the EXAloader.
In addition, EXASOL provides a client sdk (software development kit) in order to integrate EXASolution into your own applications.
















