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 #300 Keeps prompting
Wed, Jan 3 2024 2:03 AMPermanent Link

Polywick Studio

Before when I get this error, all I need to do is to close the ElevateDB Manager then this error will not appear. My code was working well before but know even though I close the ElevateDB Manager this error keeps appearing.
I only have one configuration of EDBEngine and EDBSession.



Attachments: Error300_2.jpg
Wed, Jan 3 2024 3:15 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Polywick


From the information given so far I suspect IsDBEmpty, can you show the code.

You're trying to restore a database, which I assume contains sTable, so you need exclusive access.

A vague possibility is that you have a component that connects automatically or on an event.

Its also possible that you have a lock hanging around from a previous operation - rebooting the PC will test that.

Roy Lambert
Thu, Jan 4 2024 12:09 AMPermanent Link

Polywick Studio

Roy Lambert wrote:

Polywick


From the information given so far I suspect IsDBEmpty, can you show the code.

You're trying to restore a database, which I assume contains sTable, so you need exclusive access.

A vague possibility is that you have a component that connects automatically or on an event.

Its also possible that you have a lock hanging around from a previous operation - rebooting the PC will test that.

Roy Lambert



Attachments: IsDBEmpty.jpg
Thu, Jan 4 2024 1:27 AMPermanent Link

Polywick Studio

You're right the IsDBEmpty cause the problem. It is working properly now. Thank you.
Image