G
Guest
Hello
I've written some code that uses the import method of a DataRow object and when I submit it for updating the changes were not being populated to the Sql Server Database. I noticed in debug mode that the RowState property for each row imported is "unchanged". I have a hunch that this is the problem. Does anyone know how to set this property to "modified" when importing
Thanks
Phillip
I've written some code that uses the import method of a DataRow object and when I submit it for updating the changes were not being populated to the Sql Server Database. I noticed in debug mode that the RowState property for each row imported is "unchanged". I have a hunch that this is the problem. Does anyone know how to set this property to "modified" when importing
Thanks
Phillip