Hi guys,
I am try to insert data from a excel spread sheet into a database, the column names in the excel file matches that of the database. now when I try to execute the insert statement upon reading the range, it throws an error "Insert: Missing the DataColumn ‘FirstName’ in the ‘DataTable’ for the SourceColumn ‘FirstName’ ". any ideas on how to fix this issue
try to log the insert statement before the database activity.
I do not follow
sorry instead of the insert statement I used the insert activity
Yes I have
I have already included “[ ]” in column names with spaces. am supposing that takes care of the issues that rise because of spaces
those were not initially there if I remove them, I have a different type of error
it sends an error of "incorrect syntax ‘.’ "
Yes because the database am trying to insert into has columns names that includes them
just tried that but the error seems to persist
same syntax error