两个超级简单概念性问题!!

8212bb 2003-08-25 01:59:25
① 要取得记录集de长度如何表示??
② 如何取得记录集de第5条记录???
...全文
48 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
511214 2003-08-25
  • 打赏
  • 举报
回复
de.open sql,conn,3,2
1.de.recordcount
2.de.absoluteposition=5
response.wrie de("字段名")
chinesun 2003-08-25
  • 打赏
  • 举报
回复
1.
如果长度指的是某个字段值的长度(大小),可以用len()来取,如果指的是这个记录值的记录多少,用de.recordcount
2.
de.absoluteposition=5
response.wrie de(0),de(1),....

wolf004 2003-08-25
  • 打赏
  • 举报
回复
慢了一步!没分拿了!
zorou_fatal 2003-08-25
  • 打赏
  • 举报
回复
1.de.recordcount
2.de.absoluteposition=5
response.wrie de("字段名")
zyhowe 2003-08-25
  • 打赏
  • 举报
回复
select count * from tableName
select top 1 from tableName fieldName not in(select top 4 fieldName from tableName)
zyhowe 2003-08-25
  • 打赏
  • 举报
回复
select count * from tableName
select top 1 from tableName fieldName not in(select top 4 from tableName)

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧