VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / GetToFile Method / GetToFile(String,String) Method
Column name the data are read from
Name of external file


In This Topic
    GetToFile(String,String) Method
    In This Topic
    Read Text, NText, Image data from database and put them to external file.
    Syntax
    'Declaration
     
    
    Overloads Sub GetToFile( _
       ByVal columnName As System.String, _
       ByVal fileName As System.String _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim columnName As System.String
    Dim fileName As System.String
     
    instance.GetToFile(columnName, fileName)
    void GetToFile( 
       System.string columnName,
       System.string fileName
    )

    Parameters

    columnName
    Column name the data are read from
    fileName
    Name of external file
    Remarks
    The method writes text data to the external text file using Encoding assigned to respective character column
    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