odbc.asciidoc 552 B

12345678910111213141516171819202122
  1. :odbc: {es-sql} ODBC Driver
  2. [role="xpack"]
  3. [testenv="platinum"]
  4. [[sql-odbc]]
  5. == SQL ODBC
  6. [[sql-odbc-overview]]
  7. [float]
  8. === Overview
  9. {odbc} is a feature-rich 3.80 ODBC driver for {es}.
  10. It is a core level driver, exposing all of the functionality accessible through the {es}'s SQL ODBC API, converting ODBC calls into
  11. {es-sql}.
  12. * <<sql-odbc-installation, Driver installation>>
  13. * <<sql-odbc-setup, Configuration>>
  14. include::odbc/installation.asciidoc[]
  15. include::odbc/configuration.asciidoc[]
  16. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138