We need to read c# datatable and insert in开发者_运维知识库 to Sybase datatable. Without looping the rows. Please suggest the ways to handle this (LINQ and normal).
Thanks, Sai Korapati
You can use the AseDataAdapter
class from the Sybase C# client.
We need to read c# datatable and insert in开发者_运维知识库 to Sybase datatable. Without looping the rows. Please suggest the ways to handle this (LINQ and normal).
Thanks, Sai Korapati
You can use the AseDataAdapter
class from the Sybase C# client.
精彩评论