This is what happens when my LiveCode stack closes
<div><br></div><div><p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'"><b>function</b> DBClose isDestructing</p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">   <span style="color:#878400"><b>get</b></span> VDatabase_Close( gDatabase )</p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">   <b>if</b> isDestructing = <span style="color:#881e87">true</span> <b>then</b></p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">      <span style="color:#878400"><b>put</b></span> VDatabase_Destructor( gDatabase ) <span style="color:#881e87">into</span> gDatabase</p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">   <b>end</b> <b>if</b></p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">   <span style="color:#878400"><b>put</b></span> <span style="color:#001887">"Database Closed"</span> <span style="color:#881e87">into</span> <span style="color:#881e87">field</span> error_field</p>

<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande';color:#008300"><span style="color:#000000">   </span><b>--put "" into field IsOpenField</b></p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'"><b>end</b> DBClose</p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande';color:#008300"><b>----------------------------------------------</b></p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande';color:#008300;min-height:13.0px"><b></b><br></p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'"><b>function</b> shutdown</p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">   <span style="color:#878400"><b>get</b></span> VConnection_Close( gConnection )</p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">   <span style="color:#878400"><b>get</b></span> VServer_Destructor( gConnection )</p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande';color:#008300"><span style="color:#000000">   </span><b>-- this crashes IDE</b></p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">    <span style="color:#878400"><b>get</b></span> Valentina_ShutDownClient()</p>
<p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'"> <b>end</b> shutdown</p><p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'"><br></p><p style="margin:0px 0px 0px 0px;font:11.0px 'Lucida Grande'">
-- obviously this does not flush the data that is held in memory. Can you suggest changes?</p></div>