开发者

Inserting C# Datatable to sybase directly

开发者 https://www.devze.com 2023-03-30 22:37 出处:网络
We need to read c# datatable and insert in开发者_运维知识库 to Sybase datatable. Without looping the rows.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消