<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>hy_ghb的专栏</title><link>http://blog.csdn.net/hy_ghb/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 01 Jul 2006 10:08:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>hy_ghb</dc:creator><title>使用ADO.NET下的SqlBulkCopy类执行批量复制操作</title><link>http://blog.csdn.net/hy_ghb/archive/2006/07/01/860141.aspx</link><pubDate>Sat, 01 Jul 2006 10:06:00 GMT</pubDate><guid>http://blog.csdn.net/hy_ghb/archive/2006/07/01/860141.aspx</guid><wfw:comment>http://blog.csdn.net/hy_ghb/comments/860141.aspx</wfw:comment><comments>http://blog.csdn.net/hy_ghb/archive/2006/07/01/860141.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hy_ghb/comments/commentRss/860141.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=860141</trackback:ping><description>很多时侯，我们需要在数据库间复制大量数据，如SQLSERVER提供的BCP.EXE命令行工具，在ADO.NET下SqlBulkCopy类提供了一个高性能的方法WriteToServer来复制数据。该方法可以接受一个DataRow对像数据、一个实现IDbDataReader接口的对像和一个DataTable，或者接受一个DataTable对像和一个DataRowState枚举值，以实现从大多数位置中获取数据。&lt;img src ="http://blog.csdn.net/hy_ghb/aggbug/860141.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hy_ghb</dc:creator><title>.NET下使用DataAdapter保存数据时，如何生成command语句及使用事务</title><link>http://blog.csdn.net/hy_ghb/archive/2006/07/01/860053.aspx</link><pubDate>Sat, 01 Jul 2006 09:48:00 GMT</pubDate><guid>http://blog.csdn.net/hy_ghb/archive/2006/07/01/860053.aspx</guid><wfw:comment>http://blog.csdn.net/hy_ghb/comments/860053.aspx</wfw:comment><comments>http://blog.csdn.net/hy_ghb/archive/2006/07/01/860053.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hy_ghb/comments/commentRss/860053.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=860053</trackback:ping><description>在.NET下，运用DATASET对数据进行批量更新时，需要与 DataAdapter配合使用。DataAdapter数据适配器的作用是生成数据更新时所需的insert,delete,update等语句，这些语句一般在开发阶段，在IDE环境下生成，但是如果需要在程序中动态配置数据来源，那么DataAdapter的insert,delete,update语句就需要动态生成了。这就是SqlCommandBuilder 对像了&lt;img src ="http://blog.csdn.net/hy_ghb/aggbug/860053.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hy_ghb</dc:creator><title>华硕Z91515C笔记本使用随记</title><link>http://blog.csdn.net/hy_ghb/archive/2005/12/16/554318.aspx</link><pubDate>Fri, 16 Dec 2005 22:19:00 GMT</pubDate><guid>http://blog.csdn.net/hy_ghb/archive/2005/12/16/554318.aspx</guid><wfw:comment>http://blog.csdn.net/hy_ghb/comments/554318.aspx</wfw:comment><comments>http://blog.csdn.net/hy_ghb/archive/2005/12/16/554318.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hy_ghb/comments/commentRss/554318.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=554318</trackback:ping><description>做为IT业人员，有一台属于自己的笔记本我想是很多人的心愿。几年前，这种依然是很遥远的梦想，但是在笔记本平民化的今天，梦想就要实现了。看了很多网上的评论，听了同事之间讨论，关注了几款同期产品，联想旭日150C、惠普ZE2202、华硕Z91515C、宏基2403等&lt;img src ="http://blog.csdn.net/hy_ghb/aggbug/554318.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>