Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Le jeudi 17 février 2011 21:16:41, Alexander Thurgood a écrit :
Bonne idée, si tu peux, comme ça je peux tester et éventuellement faire
remonter le bug.

Attends, je suis vraiment désolé, mais je viens de voir que j'avais dézippé un autre fichier qui 
portait le même nom, dans un autre dossier :-(
Certainement le résultat de mes premiers pas avec les BDD... Je viens de l'effacer...

Je reprends tout :

- cat /documents/b/discours/database/properties 
#HSQL Database Engine 1.8.0.10
#Thu Feb 17 20:37:29 CET 2011
hsqldb.script_format=0
runtime.gc_interval=0
sql.enforce_strict_size=true
hsqldb.cache_size_scale=8
readonly=false
hsqldb.nio_data_file=false
hsqldb.cache_scale=13
version=1.8.0
hsqldb.default_table_type=cached                                                                    
                                                                  
hsqldb.cache_file_scale=1                                                                           
                                                                  
hsqldb.log_size=10                                                                                  
                                                                  
modified=no                                                                                         
                                                                  
hsqldb.cache_version=1.7.0                                                                          
                                                                  
hsqldb.original_version=1.8.0                                                                       
                                                                  
hsqldb.compatible_version=1.8.0
[joel@localhost ~ 17-02-2011 22:51] $ 

- Dans le fichier "data", j'ai effectivement les données de ma base

- cat /documents/b/discours/database/backup 
x��y���}�YՔeY�!�r"+�����ͨ�����}(�b��&�"%ʎgbUWWwU]ժ�E*@�`� etc

- cat /documents/b/discours/database/script 
SET DATABASE COLLATION "French"
CREATE SCHEMA PUBLIC AUTHORIZATION DBA
CREATE CACHED TABLE "liste_discours"("ID" INTEGER GENERATED BY DEFAULT AS IDENTITY(START WITH 0) 
NOT NULL PRIMARY KEY,"N_" DECIMAL(4),"TH_ME" VARCHAR(62),"D_J__FAIT" BOOLEAN,"JAMAIS_FAI" 
BOOLEAN,"N5" LONGVARCHAR,"N6" LONGVARCHAR,"N7" LONGVARCHAR,"N8" LONGVARCHAR,"N9" LONGVARCHAR,"N1_" 
LONGVARCHAR,"N11" LONGVARCHAR,"REFERENCES" LONGVARCHAR)
SET TABLE "liste_discours" INDEX'86200 46'
ALTER TABLE "liste_discours" ALTER COLUMN "ID" RESTART WITH 46
CREATE USER SA PASSWORD ""
GRANT DBA TO SA
SET WRITE_DELAY 60


-- 
Joël

-- 
Envoyez un mail à users+help@fr.libreoffice.org pour savoir comment vous désinscrire
Les archives de la liste sont disponibles à http://listarchives.libreoffice.org/fr/users/
Tous les messages envoyés sur cette liste seront archivés publiquement et ne pourront pas être 
supprimés

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.