[Mono-bugs] [Bug 519844] MS SQL Bulk copy not working
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jul 7 16:55:17 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=519844
User gonzalo at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=519844#c2
Gonzalo Paniagua Javier <gonzalo at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mono-bugs at lists.ximian.com |vvaradhan at novell.com
--- Comment #2 from Gonzalo Paniagua Javier <gonzalo at novell.com> 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.
More information about the mono-bugs
mailing list