odbc.asciidoc 645 B

123456789101112131415161718192021222324
  1. :odbc: {es-sql} ODBC Driver
  2. [testenv="platinum"]
  3. [[sql-odbc]]
  4. == SQL ODBC
  5. [[sql-odbc-overview]]
  6. [discrete]
  7. === Overview
  8. {odbc} is a 3.80 compliant ODBC driver for {es}.
  9. It is a core level driver, exposing all of the functionality accessible through
  10. the {es}'s SQL API, converting ODBC calls into {es-sql}.
  11. In order to make use of the driver, the server must have {es-sql} installed and
  12. running with the valid license.
  13. * <<sql-odbc-installation, Driver installation>>
  14. * <<sql-odbc-setup, Configuration>>
  15. include::odbc/installation.asciidoc[]
  16. include::odbc/configuration.asciidoc[]
  17. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138