Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Error during Table open
Sun, Mar 25 2007 3:05 PMPermanent Link

"Karlheinz Jansen"
I get the following error when I try to open a table.

"Cannot perform this operation when the engine is active"

in my application.

Delphi2006Pro with all updates and hotfix.
DBISAM 4.25 Build 3.

I checked older EXE files made with Delphi 7 with the same database
files and same source and everything works fine.

What could be the reason for this message?

Karlheinz
Mon, Mar 26 2007 6:12 AMPermanent Link

"Adam H."
Hi Karlheinz

Do you have any procedures attached to events on the dataset you're trying
to open? (ie, onBeforeOpen events, that could possibly be calling code to
modify settings to the engine component?

Cheers

Adam.

Mon, Mar 26 2007 9:22 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Karlheinz,

<< I get the following error when I try to open a table.

"Cannot perform this operation when the engine is active"

in my application. >>

You must be trying to modify a property of the TDBISAMEngine component after
it has been activated.  Check for any references to the TDBISAMEngine
component in your code.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Mar 27 2007 1:54 PMPermanent Link

"Karlheinz Jansen"
Thank you, found the problem.

Karlheinz
Image