i am now trying to insert these values into a db table, i am using Execute Non Query.
and i get the error below.
i added Name, Surname, Contact to the parameters.
is there something i am missing out?
i have take this example from one of the topics as a base “INSERT Into SqlDataTable (Column1,Column2,Column3) values (@value1,@value2,@value3)”
message": “Execute Non Query: String or binary data would be truncated.\r\nThe statement has been terminated.”