Guest User

Untitled

a guest
Nov 8th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. User:
  2. __________________________________________
  3. | id | name | username | password | status |
  4. | ___+______+__________+__________+________|
  5. | 1 | niko | ******** | ******** | admin |
  6. | 2 | andy | ******** | ******** | user |
  7. ------------------------------------------
  8.  
  9. qry.prepare("SELECT name FROM Database.User WHERE username = :username AND password = :password")
  10.  
  11. qDebug<<qry.result()
Add Comment
Please, Sign In to add comment