Bonjour
jai une table article a comme champs(numero,qte)
jai volu augmenter cette quantiter,alors jai utiliser ce code mais ca marche pas
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 with adoquery1 do begin close; sql.clear; sql.add('select qte+'+edit1.text+' from produit where ....'); open; end;
Partager