社区
PowerBuilder
帖子详情
Rows As Needs
zengguochao1980
2003-08-16 05:04:19
为什么我将dw中的 Rows As Needs 选中后运行程序时还是会检索出全部的列,是与是否设
参数有关?
...全文
43
9
打赏
收藏
Rows As Needs
为什么我将dw中的 Rows As Needs 选中后运行程序时还是会检索出全部的列,是与是否设 参数有关?
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
9 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
rogery
2003-08-17
打赏
举报
回复
呵呵,来晚了。都22:47分了
fulongbiao
2003-08-17
打赏
举报
回复
你在datawindow的retrieveend写一下,
if rowcount = 记录数量 then return 1
同意!
klbt
2003-08-16
打赏
举报
回复
选中后运行程序时还是会检索出全部的列
-----------------------------------
注意,是全部【列】,部分【行】
zengguochao1980
2003-08-16
打赏
举报
回复
下拉滚动条时还可以继续检索?
liujiaqiang
2003-08-16
打赏
举报
回复
Rows As Needs 是当你调用Retrieve()是从数据库中检索能够在datawindow中看到的数据。如果你向下拉动滚动条,则其会把其他行也从数据库中检索出来。具体设置如下:
dw_1.Modify("DataWindow.Retrieve.AsNeeded=Yes")
zengguochao1980
2003-08-16
打赏
举报
回复
我试一试
runsoft
2003-08-16
打赏
举报
回复
你在datawindow的retrieveend写一下,
if rowcount = 记录数量 then return 1
zengguochao1980
2003-08-16
打赏
举报
回复
我的目的是一次只检索一页而不是全部的记录!
runsoft
2003-08-16
打赏
举报
回复
把它去掉就正常了.
SqlDataBuilder
The software of Sql Data Builder is to make the replant of DB for the deployment much more convenient. Such as: the information for Geography Mapping of the whole world, or even the standard of interconvert between Fiscal Date Time and Calendar Date Time. Actually this information is a certain one that we hardly ever do some changes with it. So we want to import this information into the DB as initial information forehand. The development of this software is to generate the script of such kind of data to insert into the destination according to the data source, it also create a .bat file to perform the SQL script easier for the user. Sql Data Builder has been test on both SQL 2005 and SQL 2000 successfully with great efficiency and speed after version 2.0. About 100,000
rows
of data in the table
needs
just no more than 1 second, and about 1,000,000
rows
in the table just
needs
no more than 15 seconds.
PB中DATAWINDOW实时滚动实时检索的问题
解决方法是:在设计DATAWINDOW时,在row>retrieve中将
rows
as needed选中即可,这时DATAWINDOW叶面有 多大,第一次检索时DATAWINDOW便检索出几条记录,以后每次移动垂直滚动条时DATAWINDOW 便实时从数据库中检索出记录
Python 教你用
Rows
快速操作csv文件
Rows
是一个专门用于操作表格的第三方Python模块。只要通过
Rows
读取 csv 文件,她就能生成可以被计算的 Python 对象。相比于 pandas 的 pd.read_csv, 我认为
Rows
的优势在于其易于理解的计算语法和各种方便的导出和转换语法。它能非常方便地提取pdf中的文字、将csv转换为sqlite文件、合并csv等,还能对csv文件执行sql语法,还是比较强大的。当...
n
rows
python,我们如何在Python openpyxl包中使用iter_
rows
()?
I'm using openpyxl package in Python(Canopy) to use excel files. We have this tutorial in this link : LINKyou can also use the openpyxl.worksheet.Worksheet.iter_
rows
() method:>>> tuple(ws.ite...
优化器模式 - FIRST_
ROWS
与 ALL_
ROWS
What circumstances we use ALL_
ROWS
and what circumstances we use FIRST_
ROWS
optimizer mode? This article is written in oracle9i.First_
rows
attempts to optimize the query to get the very first row back
PowerBuilder
1,108
社区成员
66,453
社区内容
发帖
与我相关
我的任务
PowerBuilder
PowerBuilder 相关问题讨论
复制链接
扫一扫
分享
社区描述
PowerBuilder 相关问题讨论
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章