Hi !
When creating dataset using dataset designer in Visual Studio (all versions, 2017, 2019), tableadapter is created. Unfortunatelly, Insert and Update queries that are automatically generated, contain parameters in the form of @p1, @p2, @p3 etc, and not @field1, @field2, @field3....
That causes errors when binding objectdatasources to controls.
Any experiences, solutions ???
When creating dataset using dataset designer in Visual Studio (all versions, 2017, 2019), tableadapter is created. Unfortunatelly, Insert and Update queries that are automatically generated, contain parameters in the form of @p1, @p2, @p3 etc, and not @field1, @field2, @field3....
That causes errors when binding objectdatasources to controls.
Any experiences, solutions ???