Hello:


There are a error on CreateDeleteCommand method of SqlCommandBuilder class, on this line:

parameter.Value = row [dsColumnName, DataRowVersion.Current];

There are no current values for a deleted row on instance this needs to be:

parameter.Value = row [dsColumnName, DataRowVersion.Original];




--
Best regards

Carlos Guzm�n �lvarez
Vigo-Spain

"No tengo dones especiales.S�lo soy apasionadamente curioso"
Albert Einstein, cient�fico.


_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to