Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. FIND FIRST table
  2. WHERE table.ID = myID
  3. EXCLUSIVE-LOCK NO-WAIT NO-ERROR.
  4.  
  5. IF (NOT AVAILABLE temp AND LOCKED temp) THEN
  6. /* Here I want to raise/throw the last error ("Raise ERROR:STATUS") */
  7.  
  8. IF (NOT AVAILABLE table) THEN
  9. CREATE table.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement