dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoader Class / LoadDataPlanText Method / LoadDataPlanText(String) Method
The path to the text file that contains plain text to obtain data from.

In This Topic
    LoadDataPlanText(String) Method
    In This Topic
    Loads data into the database table from text file.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadDataPlanText( _
       ByVal file As String _
    ) 
    public void LoadDataPlanText( 
       string file
    )

    Parameters

    file
    The path to the text file that contains plain text to obtain data from.
    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