Advertisement
Guest User

Untitled

a guest
May 10th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. string folder = "/sdcard/Pictures/";
  2. var db = new SQLiteConnection(System.IO.Path.Combine(folder, "GameHubDB.db"));
  3.  
  4. db.CreateCommand("SELECT Id FROM [Note] WHERE Username = '" + UsernameTxt.Text + "' AND Password='" + PasswordTxt.Text + "'", Id);
  5. db.Commit();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement