odbc.asciidoc 660 B

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