Viewing 3 posts - 1 through 4 (of 4 total)
I looked at the ADO execution through SQL Profiler. All the columns are populated. Those not assigned were NULL as expected. The sp_executesql stored procedure ran, but...
November 20, 2007 at 12:44 pm
Steve,
Thanks for your response. Yes, the DataSet being updated in ADO.Net includes the default columns. There's no easy way around that because under some conditions those columns need...
November 19, 2007 at 10:37 am
Carl,
Thanks for your response. The INSERT INTO works, as you say because I have not included the defaulted columns. It is the ADO.Net SqlAdapter.Update that fails to fire...
November 19, 2007 at 10:28 am
Viewing 3 posts - 1 through 4 (of 4 total)