See Also
You are here: Interfacing > C++ Client Interface > scdriver Namespace > Classes > CBulkImportFile Class > CBulkImportFile Methods > Import Method
ContentsIndexHome
PreviousUpNext
CBulkImportFile::Import Method
C++
public: void Import(
    CConnection * conn, 
    const char * table, 
    const char * filename, 
    const char * format, 
    BULK_TRANSFER_CALLBACK * callback = 0
);
C#
public void Import(
    CConnection * conn, 
    const char * table, 
    const char * filename, 
    const char * format, 
    BULK_TRANSFER_CALLBACK * callback
);
Visual Basic
Public Function Import(
    conn As CConnection *, 
    table As const char *, 
    filename As const char *, 
    format As const char *, 
    callback As BULK_TRANSFER_CALLBACK * = 0
) As void
Remarks
  • function: I m p o r t

*

************************************

*

  • Functional description

*

  • import table's data from file