https://bugzilla.novell.com/show_bug.cgi?id=656833
https://bugzilla.novell.com/show_bug.cgi?id=656833#c2 --- Comment #2 from Veerapuram Varadhan <[email protected]> 2011-03-21 20:06:05 UTC --- As per MSDN: http://msdn.microsoft.com/en-us/library/ms710963(v=vs.85).aspx under ParameterValuePtr Argument subheading in the comments section. "An application can set the ParameterValuePtr argument to a null pointer, as long as *StrLen_or_IndPtr is SQL_NULL_DATA or SQL_DATA_AT_EXEC. (This applies only to input or input/output parameters.)" So, Mono's OdbcParameter.Bind does what MSDN says. If you can get a test program that works under .NET and fails with Mono (and probably a link to download/configure the target odbc driver in Linux) that will help in solving the bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
