VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / PersistentLockFiles Property


In This Topic
    PersistentLockFiles Property (VistaDBConnection)
    In This Topic
    Control lifetime of .lck files on hard drive. If it is set to true this connection will not try to delete these files upon table closing. It may give some performance boosting in multi-user environment.
    Syntax
    'Declaration
     
    
    Public Property PersistentLockFiles As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.Boolean
     
    instance.PersistentLockFiles = value
     
    value = instance.PersistentLockFiles
    public System.bool PersistentLockFiles {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also