<div dir="ltr"><div><div>Thanks so much Adam.  I was was basing my code on the example in Fig. 1 A simple chat-room application which had a ; ending the dml function call:<br><br><div style="font-size:12.5px;font-family:monospace">fun say r =</div><div style="font-size:12.5px;font-family:monospace">   dml (INSERT INTO message (Room,When,Text)</div><div style="font-size:12.5px;font-family:monospace">VALUES ({[id]},CURRENT_TIMESTAMP, {[r.Text]}));</div><br></div>Is there a difference between them which justifies adding a ; in one case, but not the other?<br><br></div>thanks!<br></div>