Guest User

Untitled

a guest
Nov 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. query->prepare("select label,dump(label,16) from table1");
  2. query->exec();
  3. query->next();
  4. QMessageBox::information(this,"",QString(query->value(0).toByteArray().toHex())+"---"+query->value(1).toString());
  5.  
  6. 73616e74efbfbd---Typ=1 Len=5: 73,61,6e,74,e9
Add Comment
Please, Sign In to add comment