[Mono-list] DataAdapter.Update throws null constraint violation
faibistes
faibistes at gmail.com
Fri Feb 3 13:09:23 UTC 2012
plaid wrote
>
> 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.
>
I'm experiencing the exact same issue, compiling mysql connector trunk from
source.
Mono 2.10.5, Ubuntu Natty, targetting 4.0 CIL (CLR?). It happened with the
official mono shipped with Ubuntu Natty, with other versions of mysql
connector and targetting 2.0 CIL.
--
View this message in context: http://mono.1490590.n4.nabble.com/DataAdapter-Update-throws-null-constraint-violation-tp3727327p4354559.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list