只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-06-24 15:31 赖先森 阅读(5) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-06-24 15:30 赖先森 阅读(6) 评论(0) 推荐(0)
摘要: '替换登陆名中的单引号和双引号Dim UserID, UserPWD As String UserID = txtUid.TextUserPWD = txtPwd.TextUserID = Replace(UserID, Chr(39), "'")UserID = Replace(UserID, C... 阅读全文
posted @ 2015-11-25 00:39 赖先森 阅读(108) 评论(0) 推荐(0)
摘要: 存储过程语法:create procedure 存储过程名 @参数1名 数据类型[=默认值] [参数类型(输入/输出)] ...... @参数n名 数据类型[=默认值] [参数类型(输入/输出)]as SQL语句go--判断存储过程是否存在if exists(select 1 from sy... 阅读全文
posted @ 2015-11-22 20:15 赖先森 阅读(124) 评论(0) 推荐(0)
摘要: --启用 xp_cmdshellexec sp_configure 'show advanced options', 1reconfigureexec sp_configure 'xp_cmdshell', 1reconfigurego--调用doc命令exec xp_cmdshell 'md E:... 阅读全文
posted @ 2015-11-22 19:15 赖先森 阅读(394) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-06-24 17:34 赖先森 阅读(6) 评论(0) 推荐(0)