Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • Reply To: Unescaped single quote in data

    Actually there are no more specific errors that makes the package stop running or error BUT it is only populating the column headers in the Excel file and not the...

  • Reply To: Unescaped single quote in data

    If you are saying replace this section:

    int index = table.Rows.IndexOf(row);

    columnvalues += "'" + table.Rows[index].ItemArray + "',";

    with the code provided above it produced an error. Is that what you meant?

Viewing 2 posts - 1 through 2 (of 2 total)