Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. if (id_serv == 0)
  2. {
  3. qh->addBindValue("");
  4. }
  5. else
  6. {
  7. qh->addBindValue(id_serv);
  8. }
  9. if (id_prod == 0)
  10. {
  11. qh->addBindValue("id_prod""");
  12. }
  13. else
  14. {
  15. qh->addBindValue(id_prod);
  16. }
  17. if (id_staff == 0)
  18. {
  19. qh->addBindValue("");
  20. }
  21. else
  22. {
  23. qh->addBindValue(id_staff);
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement