惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Blog — PlanetScale
Blog — PlanetScale
小众软件
小众软件
F
Fortinet All Blogs
博客园 - 叶小钗
博客园_首页
D
DataBreaches.Net
Apple Machine Learning Research
Apple Machine Learning Research
U
Unit 42
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
博客园 - Franky
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家
M
MIT News - Artificial intelligence
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog

博客园 - 苗SIR

从数据库中随机选取记录 html的iframe用法 小菜编程成长记系列[转] 你还在用if else吗?[ 转] FCKeditor的使用 win2003服务器安全设置 ExecuteNonQuery()返回值注意点 防止ACCESS数据库被下载 在ASP.NET使用javascript的一点小技巧(找的资料,不知灵不灵,先保存) - 苗SIR - 博客园 ASP中应用正则表达式 Request.ServerVariables参数集 - 苗SIR - 博客园 [ASP]无限级分类的简单算法实现及代码重点讲解http://bbs.blueidea.com/thread-1982151-1-1.html ASP无限级分类http://www.papozhe.com/Asp/Asp_WUXIANJI_fenlei.html - 苗SIR - 博客园 ASP中多列显示信息 - 苗SIR - 博客园 半小时学会正则表达式 - 苗SIR - 博客园 晚上 十八个励志小故事(作者:庄重 新东方学校) 英语学习 HTML代码之Marquee详解
asp中使用简单的存储过程 - 苗SIR - 博客园
苗SIR · 2008-01-05 · via 博客园 - 苗SIR

set comm = Server.CreateObject("ADODB.COMMAND")
comm.CommandText = "keywordcount"'过程名
comm.CommandType = 4'4表示为存储过程
set comm.activeconnection=conn
comm.Parameters.Append comm.CreateParameter("tseek",advarchar,adParamInput,50,keyword)
comm.parameters.append comm.createparameter("counts",adinteger,adparamoutput,4,counts)
comm.execute()
counts=comm("counts")
'''''''''''''''''从这里开始修改为下面的 set rs=Server.CreateObject("ADODB.Recordset")
rs.CursorLocation = 3
rs.open comm

posted on 2008-01-05 11:38  苗SIR  阅读(257)  评论()    收藏  举报