Guest User

Untitled

a guest
Feb 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. String sqlStatement = "SELECT AccountHolderId, Passcode from CIS4720.DBO.AccountHolder " +
  2. "where Username)= '" + logonName + "'";
  3.  
  4. while (rset.next())
  5. {
  6. if(rset.getInt("Username")=logonName){
  7. int whosOnFirst = rset.getInt("AccountHolderId");
  8. }
Add Comment
Please, Sign In to add comment