« Return to Thread: SqlBulkCopy Error: Incorrect syntax near ','

Re: SqlBulkCopy Error: Incorrect syntax near ','

by Gonzalo Paniagua Javier-5 :: Rate this Message:

Reply to Author | View in Thread

> >
> >  http://www.nabble.com/file/p24364374/Program.cs Program.cs
>
> I have attached a simple program that exhibits the problem. It connects to a
> SQL Server that has a database with a table that has 3 columns - "timestep",
> "zindex", "data". Again, it works on machines running Windows, but not on
> Linux with mono or monodevelop for that matter.

I am able to reproduce the problem (types for the columns: int,
numeric(18,0) adn varbinary(MAX)). This is now being tracked as
https://bugzilla.novell.com/show_bug.cgi?id=519844.

-Gonzalo


_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

 « Return to Thread: SqlBulkCopy Error: Incorrect syntax near ','