<div dir="ltr">He did this:<div><br></div><div><p style="margin:0px;font-size:11px;font-family:'Lucida Grande';color:rgb(0,142,0)"><b>put vDatabase_SqlQuery(myDatabase,"SHOW DATABASES") into myCursor</b></p>
<p style="margin:0px;font-size:11px;font-family:'Lucida Grande';color:rgb(0,142,0)"><b><br></b></p><p style="margin:0px;font-size:11px;font-family:'Lucida Grande';color:rgb(0,142,0)"><b>Which would be correct.</b></p>
<p style="margin:0px;font-size:11px;font-family:'Lucida Grande';color:rgb(0,142,0)"><b><br></b></p><p style="margin:0px;font-size:11px;font-family:'Lucida Grande';color:rgb(0,142,0)"><b>I am noticing looking at my code that I never use SqlQuery and I think it was because I used to get crashes with it also years ago.</b></p>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 14, 2013 at 8:09 AM, Ruslan Zasukhin <span dir="ltr"><<a href="mailto:ruslan_zasukhin@valentina-db.com" target="_blank">ruslan_zasukhin@valentina-db.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/14/13 2:52 PM, "Mark Schonewille" <<a href="mailto:m.schonewille@economy-x-talk.com">m.schonewille@economy-x-talk.com</a>><br>

wrote:<br>
<br>
Hi Mark,<br>
<div class="im"><br>
> Ruslan,<br>
><br>
> If I use vDatabase_SqlQuery() followed by VCursor_GetRecords(), LiveCode<br>
> crashes consistently.<br>
<br>
</div>1)<br>
<br>
But how you do this?<br>
<br>
VCursor_GetRecords() need cursorRef<br>
<br>
You can get it only from vDatabase_SqlSelect()<br>
<br>
But not from SQLQuery(), which returns QueryResult<br>
    -- a very different thing.<br>
<br>
<br>
<br>
2) during development, to avoid often crashes, on such mistakes,<br>
It is a good idea to use<br>
<br>
    Valentina_DebugLevel<br>
<br>
Feature.<br>
<br>
It prevent from crashes, thanks to special checks.<br>
And you will see in V4REV_LOG file yet messages,<br>
That you have provide wrong cursorRef<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Best regards,<br>
<br>
Ruslan Zasukhin<br>
VP Engineering and New Technology<br>
Paradigma Software, Inc<br>
<br>
Valentina - Joining Worlds of Information<br>
<a href="http://www.paradigmasoft.com" target="_blank">http://www.paradigmasoft.com</a><br>
<br>
[I feel the need: the need for speed]<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Valentina mailing list<br>
<a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br>
<a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><a href="http://www.bluewatermaritime.com">http://www.bluewatermaritime.com</a>
</div>