odbc.asciidoc 719 B

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