Stark
2010-06-29 15:53:44 UTC
I added a Table to an application and I need to pack it. It is a dBase table
and must be set in exclusive use. I never get to pack it, since the Open
fails and I found out that i t doesn't if I remove the statement
'exclusive:= true'.
Of cours,e removing the statement makes the program fail in the packing that
wants the table to be in exclusive mode.
What is it that may prevent the table to be set exclusive ? I am using a
normal TTable component with Delphi2007. The pack is the first thing in the
program, just after setting the Table databasename.
and must be set in exclusive use. I never get to pack it, since the Open
fails and I found out that i t doesn't if I remove the statement
'exclusive:= true'.
Of cours,e removing the statement makes the program fail in the packing that
wants the table to be in exclusive mode.
What is it that may prevent the table to be set exclusive ? I am using a
normal TTable component with Delphi2007. The pack is the first thing in the
program, just after setting the Table databasename.