社区
ASP
帖子详情
asp运行sql 语句的问题
weilixya
2003-09-18 01:24:31
beforecount=(trim(request("page")-1))*pagesize
StrSQL="select top 20 * from xxxx where item_id not in (select top "&beforecount&" item_id from xxxx)"
在第二条语句"&beforecount&" 出错!将"&beforecount&" 换成数字则运行通过
在线等
...全文
29
10
打赏
收藏
asp运行sql 语句的问题
beforecount=(trim(request("page")-1))*pagesize StrSQL="select top 20 * from xxxx where item_id not in (select top "&beforecount&" item_id from xxxx)" 在第二条语句"&beforecount&" 出错!将"&beforecount&" 换成数字则运行通过 在线等
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
10 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
weilixya
2003-09-19
打赏
举报
回复
狂晕ing
response.write(beforcecount)
-20
上面一条语句有问题,7456,小白了一回。。。。汗~~~~~~
alan815
2003-09-18
打赏
举报
回复
beforecount=(cint(trim(request("page")))-1)*cint(pagesize)
weilixya
2003-09-18
打赏
举报
回复
beforecount=Cint(beforecount)
还是不行,我哭啊
不老书生
2003-09-18
打赏
举报
回复
beforecount打印出来看看是什么!
beforecount=Cint(beforecount)
weilixya
2003-09-18
打赏
举报
回复
Cint(request("page"))我式了一下,还是不行,晕了
bananasmiling
2003-09-18
打赏
举报
回复
beforecount=(cint(request("page"))-1)*pagesize
StrSQL="select top 20 * from xxxx where item_id not in (select top "&beforecount&" item_id from xxxx)"
peering08cn
2003-09-18
打赏
举报
回复
学习
weilixya
2003-09-18
打赏
举报
回复
StrSQL="select top 20 * from xxxx where item_id not in (select top "&cstr(beforecount)&" item_id from xxxx)"
我式过了不行!
jzywh
2003-09-18
打赏
举报
回复
Cint(request("page"))
把字符串转换成整型
cqfeng
2003-09-18
打赏
举报
回复
try:
StrSQL="select top 20 * from xxxx where item_id not in (select top "&cstr(beforecount)&" item_id from xxxx)"
ASP
执行
SQL
语句
安全性分析.pdf
ASP
执行
SQL
语句
安全性分析.pdf
在
ASP
中利用
SQL
语句
实现动态网页与WEB数据库的连接.pdf
在
ASP
中利用
SQL
语句
实现动态网页与WEB数据库的连接.pdf
ASP
执行
SQL
语句
安全性分析 (1).pdf
ASP
执行
SQL
语句
安全性分析 (1).pdf
sql
语句
妙用,各种
sql
语句
的详细用法与讲解
sql
语句
妙用,各种
sql
语句
的详细用法与讲解 ,使得程序
运行
的更加流畅。主要针对一些高效
sql
语句
的解释。
ASP
+
SQL
图书管理系统
毕业设计-优秀
含论文
ASP
28,406
社区成员
356,946
社区内容
发帖
与我相关
我的任务
ASP
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
复制链接
扫一扫
分享
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章