VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / Insert Method


In This Topic
    Insert Method (IVistaDBTable)
    In This Topic
    Start an insert operation and create a placeholder row in memory. Values can then be set either by calling various Put... methods on the table OR by getting the CurrentRow and then assigning back to CurrentRow after setting column values in the instance. Submit by calling Post or Post(Boolean).
    Syntax
    'Declaration
     
    
    Sub Insert() 
    'Usage
     
    
    Dim instance As IVistaDBTable
     
    instance.Insert()
    void Insert()
    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