网页中调用本地exe程序
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; c...
阅读全文
posted @
2007-11-10 20:35
standas
阅读(3237)
推荐(0)
Microsoft JET Database Engine 错误 '80040e09'
摘要:windows 2003 server ,程序的数据库是Access,运行错误: Microsoft JET Database Engine 错误 '80040e09' 不能更新。数据库或对象为只读解决方法: (1)检查是否在IIS中对整个网站打开了“写入”权限,而不仅仅是数据库文件。 (2)检查是否在WIN2003的资源管理器中,将网站所在目录对EveryOne用户打开所...
阅读全文
posted @
2007-11-08 22:54
standas
阅读(1412)
推荐(0)
FCKeditor 在上传中文文件时文件名出现乱码
摘要:FCKeditor 在上传中文文件时文件名出现乱码 解决方法: 将 \Fckeditor\editor\filemanager\browser\default\frmupload.html 文件的编码(原先为ANSI编码)改为UTF-8保存即可, 打开该文件 >> 另存为 >> 点“保存”按钮右边的下拉箭头 >> 编码保存... &g...
阅读全文
posted @
2007-11-08 12:31
standas
阅读(978)
推荐(0)
用于asp.net还原与恢复sqlserver数据库的killspid存储过程
摘要:create proc killspid (@dbname varchar(20))asbegindeclare @sql nvarchar(500)declare @spid intset @sql='declare getspid cursor for select spid from sysprocesses where dbid=db_id('''+@dbname+''')'exec (@...
阅读全文
posted @
2007-11-08 12:17
standas
阅读(775)
推荐(0)
ASP.NET访问Oracle数据库的方法(转)
摘要:摘要 本文简要介绍了使用ASP.NET访问Oracle数据库的方法。首先,介绍了组件的安装;其次,简单说明了System.Data.OracleClient中包含的核心类;最后,通过一个实例讲解了具体的使用方法。--------------------------------------------------------------------------------目录引言系统需求和安装核心类...
阅读全文
posted @
2007-11-02 12:13
standas
阅读(282)
推荐(0)
oracle_net.msi下载地址
摘要:http://www.microsoft.com/downloads/details.aspx?familyid=4F55D429-17DC-45EA-BFB3-076D1C052524&displaylang=zh-cn
阅读全文
posted @
2007-11-02 12:08
standas
阅读(1599)
推荐(0)
oracle常用函数
摘要:oracle常用函数 || 字符连接 initcap 首字母大写 lower 转换为小写字符 upper 转换为大写 lpad 左填充 rpad 右填充 ltrim 去除左边的空格 rtrim 去除右边的空格 alltrim 去除两边的空格 replace 替换 translate 转换 ascii 求ASC码 chr asc码变字符 substr 字符截取函数 instr 测试字符串出现的位...
阅读全文
posted @
2007-11-02 12:04
standas
阅读(445)
推荐(0)