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>.