0

I am trying to bulk insert records in Sybase using C#. I have included Sybase.Data.AseClient.dll in my solution and able to create connection.

But problem is there is no AseBulkCopy command available as shown in screenshot below. What could be the reason?

enter image description here

Frank Martin
  • 3,147
  • 16
  • 52
  • 73

1 Answers1

0

Fixed the problem by using Sybase.AdoNet2.AseClient.dll

Frank Martin
  • 3,147
  • 16
  • 52
  • 73