<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 3, 2012, at 5:22 AM, Kay C Lan wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Every now and then I get involved into a small project involving Valentina ADK & Revolution (LiveCode) so it normally takes me a little time to get the mind back up to speed.<br><br>I just wish to confirm that the following is necessary:<br>
<br>I regularly hit a snag where Val returns an Error code.<br><br>To isolate whether it is a Val, Rev or more likely my code I start up Val Studio and enter the appropriate command there.<br><br>To do that, as the ADK is a single instance, I need to Quit Rev, Start Studio, do my thing, then Quit Studio and Start Rev all over again.<br>
<br>Am I wasting time here?<br><br>I've tried issuing a closeCard command which contains VDatabase_Close(DbRef) and valentina_shutdown() commands, but that doesn't work. I've tried 'Close and Remove from memory" but that doesn't work - I assume as the Rev IDE is still running the Val extension is still loaded?<br>
<br>I've tried de-selecting the DB in Studio but that doesn't work.<br><br>Unless I Quit one, before I start the other, one will typically crash - usually Rev.<br><br>So  is there a trick to keeping both Studio and the Rev IDE running or must I always Quit one to work with the other?<br>
<br></blockquote></div><div><br></div>The only thing required for local database is db.Close() in LiveCode before db.Open in vStudio and vice versa.<div>Also you can consider using vServer (at least for development) instead of local databases - there is free of such limits - any db can be accessed from different application simultaneously.</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>-- <br>Best regards,<br>Ivan Smahin<br>Senior Software Engineer<br>Paradigma Software, Inc<br>Valentina - The Ultra-Fast Database<br><a href="http://www.valentina-db.com/">http://www.valentina-db.com</a></div></span>
</div>
<br></div></body></html>