Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/odbc.rst @ 991:1316bc62b5d5
migration to UCLouvain servers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Nov 2023 21:09:02 +0100 |
parents | 2f70f622059b |
children | 05b106383b2a |
comparison
equal
deleted
inserted
replaced
990:27b75c653a8b | 991:1316bc62b5d5 |
---|---|
12 <https://en.wikipedia.org/wiki/Open_Database_Connectivity>`__. This | 12 <https://en.wikipedia.org/wiki/Open_Database_Connectivity>`__. This |
13 can notably be used to connect Orthanc to Microsoft SQL Server. | 13 can notably be used to connect Orthanc to Microsoft SQL Server. |
14 | 14 |
15 The source code of the ODBC plugins can be found in the | 15 The source code of the ODBC plugins can be found in the |
16 ``orthanc-databases`` `Mercurial repository | 16 ``orthanc-databases`` `Mercurial repository |
17 <https://hg.orthanc-server.com/orthanc-databases/>`__, next to the | 17 <https://orthanc.uclouvain.be/hg/orthanc-databases/>`__, next to the |
18 source code of the :ref:`PostgreSQL <postgresql>` and | 18 source code of the :ref:`PostgreSQL <postgresql>` and |
19 :ref:`MySQL/MariaDB <mysql>` plugins. | 19 :ref:`MySQL/MariaDB <mysql>` plugins. |
20 | 20 |
21 | 21 |
22 When to use ODBC? | 22 When to use ODBC? |
247 ---------------------- | 247 ---------------------- |
248 | 248 |
249 The ODBC plugins for Orthanc are universal, in the sense that they can | 249 The ODBC plugins for Orthanc are universal, in the sense that they can |
250 connect to any ODBC driver. However, there are some minor variations | 250 connect to any ODBC driver. However, there are some minor variations |
251 in the SQL language, that are known as "dialects" in the `source code | 251 in the SQL language, that are known as "dialects" in the `source code |
252 of the plugins <https://hg.orthanc-server.com/orthanc-databases/>`__. | 252 of the plugins <https://orthanc.uclouvain.be/hg/orthanc-databases/>`__. |
253 | 253 |
254 As of ODBC plugins 1.0, the supported dialects are Microsoft SQL | 254 As of ODBC plugins 1.0, the supported dialects are Microsoft SQL |
255 Server, PostgreSQL, MySQL and SQLite. Orthanc auto-detects the dialect | 255 Server, PostgreSQL, MySQL and SQLite. Orthanc auto-detects the dialect |
256 to be used. Adapting the ODBC plugins to support more dialects should | 256 to be used. Adapting the ODBC plugins to support more dialects should |
257 be fairly easy by adding new values to the | 257 be fairly easy by adding new values to the |