branch develop updated (161f1e7 -> 12717e3)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from 161f1e7 From scmwebeditor -- gfh new 12717e3 From scmwebeditor -- fg The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 12717e3d7c918f70ccf44f170d613dbfdf7870ca Author: mathieu.doray@ifremer.fr <unknown> Date: Fri Feb 12 10:23:12 2016 +0100 From scmwebeditor -- fg Summary of changes: src/site/en/rst/exportData.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 12717e3d7c918f70ccf44f170d613dbfdf7870ca Author: mathieu.doray@ifremer.fr <unknown> Date: Fri Feb 12 10:23:12 2016 +0100 From scmwebeditor -- fg --- src/site/en/rst/exportData.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/site/en/rst/exportData.rst b/src/site/en/rst/exportData.rst index 6aaeae2..248e591 100644 --- a/src/site/en/rst/exportData.rst +++ b/src/site/en/rst/exportData.rst @@ -41,11 +41,14 @@ One can use nested queries by inserting a saved query name in a new query, e.g.: :: SELECT * FROM Voyage where topiaid IN ${QueryName} -Import de requête depuis Libre Office -------------------------------------- +Importing queries from LibreOffice Base +--------------------------------------- -Il est possible d'importer une requête construite depuis Libre Office. -Pour ce faire il faut utiliser l'action Importer depuis Libre Office et y coller -le code SQL généré dans Libre Office. +One can import SQL queries built using the user-friendly LibreOffice Base graphical SQL query builder. +To do so: +- run LibreOffice Base, +- connect to an Echobase working database to display the Echobase data model in the LibreOffice Base graphical SQL query builder, +- define your SQL query and copy its SQL code, +- click "Import from Libre Office" in the Echobase data query menu and paste the SQL code from LibreOffice. -Le code SQL sera processé et mis à jour dans votre requête SQL EchoBase. +The LibreOffice SQL code is then imported in your EchoBase SQL query. -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm