Board index » delphi » Help: EDBEnginError (object not locked)

Help: EDBEnginError (object not locked)

Does anyone know what an EDBEnginError (object not locked) is?

The error occures when I update a database file with IndexDefs.Update.

It only happens after I update the database more than once in a session.

Thank you in advance.

 

Re:Help: EDBEnginError (object not locked)


On Fri, 11 Feb 2000 10:52:39 -0600, "Lawrence Leary" <le...@haulpak.com>
wrote:

Quote
>Does anyone know what an EDBEnginError (object not locked) is?

>The error occures when I update a database file with IndexDefs.Update.

>It only happens after I update the database more than once in a session.

The TIndexDefs.Update method does not update a database (or a table). What
it does is refresh the collection of TIndexDef object in a TIndexDefs
property of a dataset component.

What is it you were trying to do? What "updating" is it you were attempting
with a dataset component's IndexDefs property?

(Follow-ups to the newsgroup only, please.)

==========================================================================
Steve Koterski                  "Computers are useless. They can only give
Technical Publications          you answers."
Borland                                       -- Pablo Picasso (1881-1973)
http://www.borland.com/techpubs/delphi

Other Threads