I am trying to add acme data into database, but i couldn’t showing below error
The provided columns in the DataTable do not match the column data types in the database.
Thanks in Advance
I am trying to add acme data into database, but i couldn’t showing below error
The provided columns in the DataTable do not match the column data types in the database.
Thanks in Advance
@ManjunathReddy your WIID will be in String and in database it is Int. Change it to String in database or change it in data table to Int
@ManjunathReddy how you are extracting data from ACME. Its Extracting be default as a string.
@ManjunathReddy Yes. Its getting WIID in String by default. You need to change WIID type in database.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.