http://bugzilla.novell.com/show_bug.cgi?id=547251
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=547251#c2 Stefano Sapienti <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #2 from Stefano Sapienti <[email protected]> 2009-10-15 09:43:50 MDT --- I partially solved the problem. Inside \mcs\class\Mono.Data.Tds\Mono.Data.Tds.Protocol\Tds70.cs I changed line 778 from: value = paramValue.ToString (); to value = paramValue.ToString ().Replace(",","."); and it works. This is obviously a workaround, maybe there's the same issue on other protocols and maybe the correct separator should be taken somewhere and not fixed to ".". Btw, hope this helps. -- Configure bugmail: http://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
