SqlBulkCopy cannot access table

前端 未结 10 1053
渐次进展
渐次进展 2021-01-07 22:02

After reading in an excel-sheet (to transferTable), I want to add that data to a new table (destinationTable) using SqlBulkCopy, but I\'m getting the error:

         


        
10条回答
  •  囚心锁ツ
    2021-01-07 22:26

    In my case, it's not a permission problem, but a special char in the table name problem ( parenthesis and & ).

    Hope this helps

提交回复
热议问题