Close all open databases

William Humphrey shoreagent at gmail.com
Sat Oct 12 05:58:30 CDT 2013


In the paradigma folder there are some example stacks. I think one of the example stacks has a close database function like that. 

Brevity and errors in this email probably the result of being sent by a mobile device. 

> On Oct 12, 2013, at 5:10 AM, Mark Schonewille <m.schonewille at economy-x-talk.com> wrote:
> 
> Hi Ruslan,
> 
> Thanks for your reply. Is Valentina_openDatabases() an existing function? That would be a coincidence, because I couldn't find it in the API description and made it up. I'll try it.
> 
> --
> Best regards,
> 
> Mark Schonewille
> 
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
> 
> Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour spaces. http://www.color-converter.com
> 
> Buy my new book "Programming LiveCode for the Real Beginner" http://qery.us/3fi
> 
> Fill out this survey please
> http://livecodebeginner.economy-x-talk.com/survey/
> 
>> On 10/12/2013 08:14, Ruslan Zasukhin wrote:
>> On 10/12/13 2:36 AM, "Mark Schonewille" <m.schonewille at economy-x-talk.com>
>> wrote:
>> 
>> Hi Mark,
>> 
>>> I want to close all currently open database connections on the client
>>> side, i.e. something like
>>> 
>>> put valentina_openDatabases() into myOpenDatabases
>> 
>> This is some array/list, yes?
>> 
>> 
>>> repeat for each item myDatabase in myOpenDatabases
>>>    get vDatabase_Close(myDatabase)
>>> end repeat
>> 
>> All right, loop for each item and close item
>> 
>> 
>>> What is the correct way to do this?
>> 
>> I think above is correct way.
>> What exactly worries you?
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina


More information about the Valentina mailing list