Close all open databases
Mark Schonewille
m.schonewille at economy-x-talk.com
Sat Oct 12 04:10:10 CDT 2013
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?
>
>
More information about the Valentina
mailing list