This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 问个 .net 关于在两个数据库之间传递数据的问题
-walkthrough();
2008-4-11
{687}
(#4389273@0)
-
If you have to use .NET application as middle layer.You can use SqlBulkCopy.WriteToServer Method to bulk insert whole datatable to SQL server table.
It’s pretty fast in sql server side although getting data from oracle is slow.
-deep_blue(BLUE);
2008-4-12
{187}
(#4390568@0)