壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2132|回复: 4

peoplesoft data mover求助

[复制链接]
发表于 2010/1/15 18:17:45 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
今天在看peoplesoft data mover的PSBOOK,其中有这么几段话不甚理解,求助达人ing
1:关于非标准SQL 语句这块 STOREERASE的用法,我们何时要用,怎么用?PSBOOK上的那段我看不懂。
2:data mover的语法章节中的Record Names and Table Names这段不理解。请高人解释。
Record Names and Table Names
In PeopleSoft Data Mover, when a record name needs to be specified as one of the elements in the command statement syntax, as in an IMPORT statement, you can specify either the record name or the corresponding table name. For example, the following IMPORT statements are equivalent:
Correct:
   IMPORT job;
Correct:
   IMPORT ps_job;
However, when a table name is required for one of the elements in the command statement syntax, you must use the table name, not the record name. For example:
Correct:
   IMPORT job  AS  ps_process;
Incorrect:
   IMPORT job  AS  process;
 楼主| 发表于 2010/1/18 10:30:42 | 显示全部楼层
没人回答 啊 :(
发表于 2010/1/28 09:50:22 | 显示全部楼层
你好,在这里的record name是指你在APP DESIGNER 里定义的表名,而table name是指你在build相应的record时在数据库中生成的数据库表的名字,一般是ps_recordname,在dms中import时,如果你是写的record name,系统会自动对生成的sql语句加上ps_,所以你写哪个名字都行,而后面的例子是做为AS的一个参数,就只能写table name了
发表于 2010/1/28 09:55:21 | 显示全部楼层
对于store 和erase,是针对系统中存储的sql进行操作的,你可以在app designer中打开SQL对象看一下,我不知道说到这里你清楚了没有
 楼主| 发表于 2010/2/10 16:52:49 | 显示全部楼层
got  it thanks !
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 02:23 , Processed in 0.017219 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表