Out of curiousity, Have you tried using
DataAdapter.Update(Table) instead of DataAdapter.Update(DataSet, TableName) I'm finding some of my issues are being resolved in my cursory investigation thusfar by doing that. Even if I use DataAdapter.Update(DataSet.Tables(TableName)) it at least starts to work in some manner; maybe it's something broken in Update(DataSet, TableName) Just curious if you had found anything else either. ----- Ars Longa, Vita Brevis. -- View this message in context: http://mono.1490590.n4.nabble.com/DataAdapter-Update-throws-null-constraint-violation-tp3727327p4352995.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
