10 messages in org.openoffice.fr.progRE: [prog] Aide sur fonction CalcSQL2
FromSent OnAttachments
Arnaud POUSSIERJun 28, 2005 2:12 am 
Jean...@i-carre.netJun 28, 2005 2:22 am 
Jean...@i-carre.netJun 28, 2005 2:31 am 
Laurent GodardJun 28, 2005 2:59 am 
Arnaud POUSSIERJun 28, 2005 5:03 am 
Jean...@i-carre.netJun 28, 2005 5:53 am 
Arnaud SICCARDIJun 28, 2005 6:00 am 
Arnaud POUSSIERJun 28, 2005 6:18 am 
Jean...@i-carre.netJun 28, 2005 6:35 am 
Arnaud POUSSIERJun 28, 2005 6:49 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [prog] Aide sur fonction CalcSQL2Actions...
From:Jean...@i-carre.net (Jean@i-carre.net)
Date:Jun 28, 2005 5:53:58 am
List:org.openoffice.fr.prog

1) Tu as des problèmes de conflits dans les quotes utilisées dans la requête SQL? 2) Tu ne dois pas pouvoir utiliser "N" paramètres 3) Il faut que Stat soit une table (ou au moins une requête enregistrée)

Je remplacerais donc : [...] SELECT "IMDEC", "IMVIS", "EXDEC", "EXVIS" FROM "STAT" "STAT" [...]

Par : SELECT IMDEC, IMVIS, EXDEC, EXVIS FROM STAT et donc la formule devient : =calcsql2("Feuille3";"D7";"ESSAI";"SELECT imdec, imvis, exdec, exvis FROM stat")

Jean-Claude