VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / PageSize Property


In This Topic
    PageSize Property (IVistaDBDatabase)
    In This Topic
    The Page size in kilobytes. A setting of 1 = 1,024 bytes.
    Syntax
    'Declaration
     
    
    ReadOnly Property PageSize As System.Integer
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim value As System.Integer
     
    value = instance.PageSize
    System.int PageSize {get;}
    Remarks

    The optimal pagesize should be large enough to hold 3-5 records in your database. You may change this at anytime, but the database must be packed after the change.

    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