Customer Portal

Error with record delimiter

Comments 1

  • Avatar
    simaj
    0
    Comment actions Permalink
    Hi,

    UniversalDataReader is not right component to use for downloading data from a database. According to the manual, the primary function of this component is reading flat files such as CSV (comma-separated values) file and delimited, fixed-length, or mixed text files.

    The component that can connect to a database and download data using SQL query is DBInputTable.

    Please see the manual for both components:
    UniversalDataReader
    DBInputTable

Please sign in to leave a comment.