See Also
You are here: Interfacing > C++ Client Interface > scdriver Namespace > Classes > CBulkExportFile Class > CBulkExportFile Methods > Export Method
ContentsIndexHome
PreviousUpNext
CBulkExportFile::Export Method
C++
public: void Export(
    CConnection * conn, 
    const char * table, 
    const char * filename, 
    const char * format, 
    BULK_TRANSFER_CALLBACK * callback = 0
);
C#
public void Export(
    CConnection * conn, 
    const char * table, 
    const char * filename, 
    const char * format, 
    BULK_TRANSFER_CALLBACK * callback
);
Visual Basic
Public Function Export(
    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: E x p o r t

*

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

*

  • Functional description

*

  • export table's data to file