12 2012 档案
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Xml; 5 using System.Data; 6 7 namespace operate_xml 8 { 9 class operate_xml1 10 { 11 public XmlDocument myXmlDocument; 12 13 /// <summary> 14 /// 带参构造函数 15 /// ...
阅读全文
摘要:存储过程源代码: 1 USE [AdventureWorks2008R2] 2 GO 3 4 /****** Object: StoredProcedure [dbo].[proc_pageData] Script Date: 12/12/2012 17:15:37 ******/ 5 SET ANSI_NULLS ON --ON时 比较运算符遵从 SQL-92 标准。SQL-92 标准要求在对空值进行等于 (=) 或不等于 (<>) 比较时取值为 FALSE。 6 GO 7 8 SET QUOTED_IDENTIFIER ON --ON时 标识符可以由双引号分隔, 9 GO10
阅读全文