上一页 1 ··· 4 5 6 7 8 9 10 下一页

2009年9月1日

Client function doesn't works if you set the ASP.NET server control AutoPostBack to 'True'.

摘要: Client function doesn't works if you set the ASP.NET server control AutoPostBack to 'True'. 阅读全文

posted @ 2009-09-01 11:53 博览潇湘 阅读(447) 评论(0) 推荐(0)

Generage PDF in ASP.NET with third party control.

摘要: Generage PDF in ASP.NET with third party control. 阅读全文

posted @ 2009-09-01 09:37 博览潇湘 阅读(243) 评论(0) 推荐(0)

2009年8月31日

视图View

摘要: 视图:1. 标准视图:标准视图的结果集不是永久地存储在数据库中。查询每次引用视图时,Microsoft® SQL Server 会动态地将生成视图结果集所需的逻辑合并到从 div:eq(0) div:eq(3) table:eq(2) tbody:eq(0) tr:eq(0) td:eq(0) div:eq(0) #content:eq(0)" anchort... 阅读全文

posted @ 2009-08-31 18:03 博览潇湘 阅读(224) 评论(0) 推荐(0)

2009年8月30日

行带嵌入参数的sql——sp_executesql

摘要: 通常执行sql语句,大家用的都是exec,exec功能强大,但不支持嵌入参数,sp_executesql解决了这个问题。语法 sp_executesql [@stmt =] stmt[{, [@params =] N'@parameter_name data_type [,...n]' }{, [@param1 =] 'value1' [,...n] }]参数[@stmt =] stmt[代码]/... 阅读全文

posted @ 2009-08-30 22:08 博览潇湘 阅读(310) 评论(0) 推荐(0)

SQL SERVER 2005 进行XML查询

摘要: SQL SERVER 2005 进行XML查询 阅读全文

posted @ 2009-08-30 12:22 博览潇湘 阅读(2152) 评论(1) 推荐(0)

SQL CLR 用户自定义类型

摘要: SQL CLR 用户自定义类型 阅读全文

posted @ 2009-08-30 11:45 博览潇湘 阅读(402) 评论(0) 推荐(0)

2009年8月29日

常用SQL语句

摘要: 1. 读取文本文件到数据库中select xml_data from openrowset(Bulk 'D:\a.txt',single_nlob) as F(xml_data)update customerdata set txt_data=(select data from openrowset(bulk 'D:\words.txt',single_clob) as f(data))http:... 阅读全文

posted @ 2009-08-29 15:26 博览潇湘 阅读(288) 评论(0) 推荐(1)

2009年8月28日

Knowledge gained after reading inside SqlServer2005-TSQL programming

摘要: First, you should know the difference among the DateAdd,DateDiff,DatePart functions.Second, you should know the key words of SQL SERVER new edition. Such as : DateName(). You can get theday's name of ... 阅读全文

posted @ 2009-08-28 23:09 博览潇湘 阅读(294) 评论(0) 推荐(0)

Upload Large Files in ASP.NET Using HttpModule

摘要: Upload Large Files in ASP.NET Using HttpModule 阅读全文

posted @ 2009-08-28 16:07 博览潇湘 阅读(547) 评论(0) 推荐(1)

ASP.Net 2.0: Export GridView to Excel

摘要: ASP.Net 2.0: Export GridView to Excel 阅读全文

posted @ 2009-08-28 10:24 博览潇湘 阅读(308) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 下一页

导航