Advertisement
f4bien

flight 78

Jun 29th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. //on supprime du stock tempotraire (le cas échéant)
  2. //Puis on ajoute a StockOperation
  3. sRequete est une chaîne="DELETE FROM StockTemporaire WHERE IdStock="+p_IdStock
  4. sdStock est une Source de Données
  5. SI PAS HExécuteRequêteSQL(sdStock,sRequete) ALORS
  6. Erreur(ErreurInfo())
  7. RENVOYER Faux
  8. FIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement