[Mono-list] DataAdapter.Update throws null constraint violation
plaid
cholbr1 at lsu.edu
Thu Feb 2 22:08:14 UTC 2012
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.
More information about the Mono-list
mailing list