Re: Operation is not allowed when the object is closed
From: Mark A. Deal (nospam_at_idaknow.com)
Date: 07/28/04
- Next message: Dave Blake: "Jet Latency - overcoming the delay between writes and reads"
- Previous message: Dave Blake: "Best Multi-user strategy for ADO on an Access (mdb) file"
- In reply to: hifni: "Operation is not allowed when the object is closed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jul 2004 16:33:26 -0400
You are trying to do something to a dataset which requires it to be active
first, such as reading records, editing it, inserting records or many other
things that you cannot do when a dataset is closed. Seems to me that the
error message is pretty straightforward! <G>
-- Mark A. Deal Document & Data Solutions, LLC http://www.docsol.com Time Matters AIC HotDocs Certified Consultant GhostFill Certified Consultant
- Next message: Dave Blake: "Jet Latency - overcoming the delay between writes and reads"
- Previous message: Dave Blake: "Best Multi-user strategy for ADO on an Access (mdb) file"
- In reply to: hifni: "Operation is not allowed when the object is closed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]