#6: Perform SQL command with preset variables. <~Default~> SetVariable IPList-MAC 121212121212 ............................... <~Default~> SetVariable IPList-TAGNumber AB-123 ............................... <~Default~> SetVariable IPList-Location Admin, Room 123 ............................... <~Default~> SetVariable IPList-Username jdoe ............................... <~Default~> SetVariable IPList-Notes A very cool computer/user combination ............................... <~Default~> ExecSQL server.edu ipsDatabase UPDATE ipsTable SET MAC='<~IPList-MAC~>',tagNumber='<~IPList-TAGNumber~>',Location='<~IPList-Location~>',Username='<~IPList-Username~>',Notes='<~IPList-Notes~>' WHERE Address='<~IP~>';