odbc.asciidoc 624 B

1234567891011121314151617181920212223
  1. :odbc: {es-sql} ODBC Driver
  2. [[sql-odbc]]
  3. == SQL ODBC
  4. [[sql-odbc-overview]]
  5. [discrete]
  6. === Overview
  7. {odbc} is a 3.80 compliant ODBC driver for {es}.
  8. It is a core level driver, exposing all of the functionality accessible through
  9. the {es}'s SQL API, converting ODBC calls into {es-sql}.
  10. In order to make use of the driver, the server must have {es-sql} installed and
  11. running with the valid license.
  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