摘要:
若要在 Global.asax 文件中启用错误事件处理程序,Web.config 文件不能为 defaultRedirect 指定文件。配置文件优先。因此,可以将 customErrors 设置为 Off 或移除 defaultRedirect 设置。如果 Web.config 配置文件将 customErrors 设置为 Off,则 Global.asax 中的 Application_Erro... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//要引入下面两个命名空间usingSystem.Net;usingSystem.Net.Mail;///error是传进来的错误信息publicstringaaa(stringerror){//发件... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--MicrosoftJScript运行时错误:对象不支持此属性或方法<scriptlanguage="javascript"><!--function__doPostBack(even... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--sqlserver中对日期字段值的比较sqlserver中对日期字段的比较方式有多种,介绍几种常用的方式:用northwind库中的employees表作为用例表。1.between...and语句的... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--下列语句部分是Mssql语句,不可以在access中使用。 SQL分类: DDL—数据定义语言(CREATE,ALTER,DROP,DECLARE) DML—数据操纵语言... 阅读全文
摘要:
这里仅仅用到了一种方式而已,把数据库文件备份到磁盘然后在恢复.eg:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/*通过SQL语句备份数据库*/BACKUPDATABASEmydbTODISK='C:\DBBACK\mydb.BAK'--这里... 阅读全文
该文被密码保护。 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.... 阅读全文