PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

如何将 模块 显示信息数量 与 自定义Get_date()关联? [复制链接]

1#
我在表单模型 中使用了 自定义的 get_date(),如下所示:


Get_Data("select * from article where titlepic<>'' order by thedate desc");

使用自定义get_date()方法后,显示信息数量 无法控制。暂时只能使用 例如:select top 10....,如下:


Get_Data("select  top 10 * from article where titlepic<>'' order by thedate desc");


有什么方法 把   显示信息数量  的值  赋值 给 dt.Rows.Count?   或者 top 使用变量 如:

Get_Date("select  top show_num * from article where titlepic<>'' order by thedate desc");
分享 转发
请加QQ :44151143,一起学习制作网站;《好好学习天天向上》
TOP
发新话题 回复该主题