Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <person>
  2. <email-address>abc@test.com</email-address>
  3. </person>
  4.  
  5. If XML.Tables("person").Select("email-address='" + Data Value + "'").Length = 1 Then
  6. Throw New Exception("Please enter another email address")
  7. End If
  8.  
  9. XML.Tables("person").Select("email & Chr(150) &address....
  10.  
  11. If XML.Tables("person").Select("[email-address]='" + Data Value + "'").Length = 1 Then
  12. Throw New Exception("Please enter another email address")
  13. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement