<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>hychieftain(不同)的blog - ADO.NET</title><link>http://blog.csdn.net/hychieftain/category/25986.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 20 Apr 2005 11:03:07 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>hychieftain</dc:creator><title>SQL Server数据库完整迁移[转]</title><link>http://blog.csdn.net/hychieftain/archive/2004/12/13/214981.aspx</link><pubDate>Mon, 13 Dec 2004 17:11:00 GMT</pubDate><guid>http://blog.csdn.net/hychieftain/archive/2004/12/13/214981.aspx</guid><wfw:comment>http://blog.csdn.net/hychieftain/comments/214981.aspx</wfw:comment><comments>http://blog.csdn.net/hychieftain/archive/2004/12/13/214981.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hychieftain/comments/commentRss/214981.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=214981</trackback:ping><description>SQL Server数据库完整迁移&lt;img src ="http://blog.csdn.net/hychieftain/aggbug/214981.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hychieftain</dc:creator><title>SQL 一些小技巧</title><link>http://blog.csdn.net/hychieftain/archive/2004/12/07/207539.aspx</link><pubDate>Tue, 07 Dec 2004 11:26:00 GMT</pubDate><guid>http://blog.csdn.net/hychieftain/archive/2004/12/07/207539.aspx</guid><wfw:comment>http://blog.csdn.net/hychieftain/comments/207539.aspx</wfw:comment><comments>http://blog.csdn.net/hychieftain/archive/2004/12/07/207539.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hychieftain/comments/commentRss/207539.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=207539</trackback:ping><description>摘自http://sqljunkies.com/WebLog/xienzyrus/archive/2004/12/06/5390.aspx&lt;img src ="http://blog.csdn.net/hychieftain/aggbug/207539.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hychieftain</dc:creator><title>[转]T-SQL 生成一个简易的 公历年历 T-SQL 含日期所在月及年的周次 </title><link>http://blog.csdn.net/hychieftain/archive/2004/11/19/187005.aspx</link><pubDate>Fri, 19 Nov 2004 10:41:00 GMT</pubDate><guid>http://blog.csdn.net/hychieftain/archive/2004/11/19/187005.aspx</guid><wfw:comment>http://blog.csdn.net/hychieftain/comments/187005.aspx</wfw:comment><comments>http://blog.csdn.net/hychieftain/archive/2004/11/19/187005.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hychieftain/comments/commentRss/187005.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=187005</trackback:ping><description>来自playyuer的专栏&lt;img src ="http://blog.csdn.net/hychieftain/aggbug/187005.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hychieftain</dc:creator><title>[转].Net中删除数据前进行外键冲突检测 </title><link>http://blog.csdn.net/hychieftain/archive/2004/11/10/175443.aspx</link><pubDate>Wed, 10 Nov 2004 11:19:00 GMT</pubDate><guid>http://blog.csdn.net/hychieftain/archive/2004/11/10/175443.aspx</guid><wfw:comment>http://blog.csdn.net/hychieftain/comments/175443.aspx</wfw:comment><comments>http://blog.csdn.net/hychieftain/archive/2004/11/10/175443.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hychieftain/comments/commentRss/175443.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=175443</trackback:ping><description>在编写数据库系统中为了保证系统中数据的一致性最简便且安全的方法就是在DBMS中建立外键约束，但删除主键数据时如果违反了外键约束，尽管DBMS会给出错误提示，如SQL Server的提示信息“%1! 语句与 %2! %3! 约束 '%4!' 冲突。该冲突发生于数据库 '%6!'，表 '%8!'%10!%11!%13!。”&lt;img src ="http://blog.csdn.net/hychieftain/aggbug/175443.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hychieftain</dc:creator><title>设计数据层组件并在层间传递数据</title><link>http://blog.csdn.net/hychieftain/archive/2004/11/09/173950.aspx</link><pubDate>Tue, 09 Nov 2004 13:18:00 GMT</pubDate><guid>http://blog.csdn.net/hychieftain/archive/2004/11/09/173950.aspx</guid><wfw:comment>http://blog.csdn.net/hychieftain/comments/173950.aspx</wfw:comment><comments>http://blog.csdn.net/hychieftain/archive/2004/11/09/173950.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hychieftain/comments/commentRss/173950.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=173950</trackback:ping><description>学习向 Microsoft .NET 应用程序公开数据的最佳方式，以及如何实现一个有效的策略以便在分布式应用程序的层间传递数据。&lt;img src ="http://blog.csdn.net/hychieftain/aggbug/173950.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hychieftain</dc:creator><title>针对 .NET 开发人员的存储过程评估</title><link>http://blog.csdn.net/hychieftain/archive/2004/11/09/173772.aspx</link><pubDate>Tue, 09 Nov 2004 11:35:00 GMT</pubDate><guid>http://blog.csdn.net/hychieftain/archive/2004/11/09/173772.aspx</guid><wfw:comment>http://blog.csdn.net/hychieftain/comments/173772.aspx</wfw:comment><comments>http://blog.csdn.net/hychieftain/archive/2004/11/09/173772.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hychieftain/comments/commentRss/173772.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=173772</trackback:ping><description>向主要使用 .NET 编程语言的开发人员介绍 Microsoft SQL Server 存储过程。揭示使用存储过程的优缺点；概述 Microsoft Visual Studio .NET 2003 为帮助您使用存储过程而提供的工具；了解一些帮助您入门的最佳做法。
&lt;img src ="http://blog.csdn.net/hychieftain/aggbug/173772.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hychieftain</dc:creator><title>关于Command.ExecuteScalar返回值</title><link>http://blog.csdn.net/hychieftain/archive/2004/07/20/46090.aspx</link><pubDate>Tue, 20 Jul 2004 15:53:00 GMT</pubDate><guid>http://blog.csdn.net/hychieftain/archive/2004/07/20/46090.aspx</guid><wfw:comment>http://blog.csdn.net/hychieftain/comments/46090.aspx</wfw:comment><comments>http://blog.csdn.net/hychieftain/archive/2004/07/20/46090.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hychieftain/comments/commentRss/46090.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=46090</trackback:ping><description>Command.ExecuteScale()一般返回object 类型，但我们经常要把它转化成对应的数据库字段类型。&lt;img src ="http://blog.csdn.net/hychieftain/aggbug/46090.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>