We're attempting to use Sybase Bulk Copy API in C# but have found that it doesn't work.
We've tried both 15.5 and 15.7 versions (dll version 2.155.12000.0 and 2.157.401.0) and both have the same flaw.
(We're currently using the SDK 15.5 C# version with Bulk Copy implemented as "insert" statements which is obviously too slow).
We've managed to look at the Sybase C# code and have found the line with the bug in AseBulkCopyBusinessBulk.
Is there a version of C# ado .net driver which implements the Bulk Copy correctly ?
Is there somewhere I can see a list of versions of the SDK ?
Any help greatly appreciated.
Thanks