http://bugzilla.novell.com/show_bug.cgi?id=519844
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=519844#c2 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] --- Comment #2 from Gonzalo Paniagua Javier <[email protected]> 2009-07-07 14:55:16 MDT --- Varadhan, the first issue here is that we're writing 'COLLATE' without being followed by a number. MS does not write that so I changed the code to not write that if the 'collation' column is null. But then there's more. 1) We're writing stuff like 'col_name int(4)' instead of just 'col_name int' (I also fixed this locally) 2) The worst problem is that we're not writing a proper BCP packet and MS SQL complains that the type of the first column we are writing is wrong... I'm leaving this in your hands. -- 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
