Icon View Thread

The following is the text of the current message along with any replies.
Messages 21 to 24 of 24 total
Thread Protect Your Encryption Passwords, Database Signature, etc.
Thu, Nov 8 2018 5:23 AMPermanent Link

Walter Matte

Tactical Business Corporation

Some components - for example ReportBuilder can open database/tables leaving the connection active.

Walter
Thu, Nov 8 2018 6:02 AMPermanent Link

Malcolm Taylor

Walter Matte wrote:

> Some components - for example ReportBuilder can open database/tables
> leaving the connection active.
>
> Walter

During my debugging run, when I found the error I was Resetting rather
than continuing to a normal Exit so, yes, the normal, orderly
disconnections would be skipped.  But I had mistakenly assumed the
Engine.StoreActive=False would take care of that by cascading any
disconnections when launching the next Debug run.

Maybe it needs a full Build for Engine.StoreActive=False to kick-in.
My debug run would probably only do a compile and that may be the key?

Malcolm
Fri, Nov 16 2018 12:37 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Malcolm,

<< During my debugging run, when I found the error I was Resetting rather than continuing to a normal Exit so, yes, the normal, orderly disconnections would be skipped.  But I had mistakenly assumed the Engine.StoreActive=False would take care of that by cascading any disconnections when launching the next Debug run.

Maybe it needs a full Build for Engine.StoreActive=False to kick-in. My debug run would probably only do a compile and that may be the key? >>

Are you setting StoreActive:=False at design-time or run-time ?  If at design-time, then you need to make sure that when switching projects that have *explicit* TEDBEngine components on forms/data modules that you make sure that the StoreActive property isn't getting set back to True by another project.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Nov 16 2018 6:26 PMPermanent Link

Malcolm Taylor

Tim Young [Elevate Software] wrote:

> Malcolm,
...snip..
>
> Are you setting StoreActive:=False at design-time or run-time ?  If
> at design-time, then you need to make sure that when switching
> projects that have explicit TEDBEngine components on forms/data
> modules that you make sure that the StoreActive property isn't
> getting set back to True by another project.
>
> Tim Young
> Elevate Software
> www.elevatesoft.com

I am setting the property at design-time.  And all my projects with
explicit Engines have it set to False.
I just tried to replicate the issue to clarify it and .. I can't!
Ain't that the way!
If it crops up again I will attempt to establish the circumstances in
the light of what you say.
It is not a big deal as it hardly ever happens to me, and when it does
I know how to recover.  It's just that I don't understand why I need to.

Malcolm
« Previous PagePage 3 of 3
Jump to Page:  1 2 3
Image