Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Auto disconnecting sessions
Wed, Feb 22 2006 12:14 PMPermanent Link

Michael Baytalsky
Hi Guys,

Away from political debates Wink.

This is the day I finally got tired from having to check my data module
before I compile every time to make sure, that Session.Active is
False, so that it doesn't attempt to connect automatically at startup.
And I wrote an expert, that checks all dbisam sessions each time
before you compile the project and prompts to disconnect them
or abort compilation. These are most useful 10 lines of code Wink.

It will come as part of extensions from now on, but the ones who
are tired as much as I am, can have it attached to this message
and add to any design-time package (default dclusr.dpk).

Enjoy!

Regards,
Michael
http://www.contextsoft.com



Attachments: DBISAMNotifyExpert.zip
Sat, Mar 11 2006 10:57 AMPermanent Link

"David Farrell-Garcia"

Thanks Michael.
Tue, Mar 14 2006 5:59 PMPermanent Link

Steve Gill

Hi Michael,

>This is the day I finally got tired from having to check my data module
>before I compile every time to make sure, that Session.Active is
>False, so that it doesn't attempt to connect automatically at startup.
>And I wrote an expert, that checks all dbisam sessions each time
>before you compile the project and prompts to disconnect them
>or abort compilation. These are most useful 10 lines of code Wink.
>
>It will come as part of extensions from now on, but the ones who
>are tired as much as I am, can have it attached to this message
>and add to any design-time package (default dclusr.dpk).

That has caused me so many headaches in the past.  Thanks, this is a
life-saver!

Regards,

Steve
Image