Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. string insertQuery = "insert into userinfo (UserName, FirstName, LastName, E-mail, Password, Country) values ( '" + uname + "', '" + fname + "', '" + lname + "', '" + email + "')";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement