日期:2014-05-18  浏览次数:20399 次

如何使用ado.net实现oracle的大量数据插入
如题,需要代码,有时间字段 ,新手,请大侠帮忙!!!谢谢!

------解决方案--------------------
sql server有对应的bcp,你看oracle有没有。
------解决方案--------------------
http://topic.csdn.net/u/20100402/10/75e952a2-77f0-4602-b74a-7497b298914a.html
------解决方案--------------------
insert into table select * from tb2
select * into tb2 from tb1
这也是其中的一种方式