[Harbour-users] DBF exclusive mode?

Przemysław Czerpak druzus at acn.waw.pl
Wed Mar 10 21:03:26 EST 2010


On Thu, 11 Mar 2010, Jerry Finuliar wrote:

Hi,

> Is there a function to determine the usage(shared/exclusive)
> of a dbf?

   ? "table", alias(), "open in", ;
     iif( dbInfo( DBI_SHARED ), "shared", "exclusive" ) + " mode"

best regards,
Przemek


More information about the Harbour-users mailing list