Operation not allowed if the object is closed

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
pibabao
User
Posts: 2

Operation not allowed if the object is closed

Post by pibabao »

Hello everybody.

When I try to insert a record inside a table an alert message return with "Operation not allowed if the object is closed"
The .mdb file is hosted on a Windows Server 2008RE
Please help me to resolve.
Thank you for your attention
Faber


MichaelG
User
Posts: 1095

Post by MichaelG »

You can enable debug mode (Tools -> Advanced Settings -> Debug) to check the stack trace of the error.


pibabao
User
Posts: 2

Post by pibabao »

Hi thank you for your reply. I have activated the stack trace of the error as per your instruction, where I can find the trace of the error?
Thank you again for your support
Fabrizio


MichaelG
User
Posts: 1095

Post by MichaelG »

The stack trace should appear when you invoke the page that causes the error.


Post Reply