Hi Bob,

When you open the database with revOpenDatabase you assign the whole thing to 
yourDatabaseID.

Look it up in the dictionary towards the end and you’ll find what I’m referring 
to.

yourDatabaseID will be an integer and you will use that to refer to your 
database for other functions.

Hope that helps!

Rick

> On Jul 9, 2021, at 6:04 PM, Bob Sneidar via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Hi all. 
> 
> I am getting more into MEMORY sqLite databases, and perusing the dictionary, 
> I find no way to close a database or find the ID of a currently open 
> database. 
> 
> I know I can store the ID somewhere, but I am finding that after 
> troubleshooting and tracing my code I have a lot of database IDs open and I 
> want to start with a clean slate. 
> 
> Apart from quitting Livecode, is there a way to do this? There is nothing 
> under the Database Library category. 
> 
> Bob S

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to