R
R V
Guest
DB version is Openedge 10.2, running in Windows 2003 R2 Enterprise Edition VM, I created a table (with 3 CHARACTER columns) using Data Administration tool (Admin -> Load Data and Definitions -> Data Definitions (.df file). Now, I want to load data into the table using a .d file, contents below: "100" "101" "101A" "100" "101" "101B" "100" "101" "101C" And I see multiple options to accomplish this: Questions: 1. Admin -> Load Data and Definitions -> Table contents (.d file) option in Data Administration tool seems to be disabled. Why? I think I have development license which is set to expire in dec 2016. But I am trying to confirm! 2. I was trying to use 'input from' command: INPUT FROM stgrp.d. REPEAT: IMPORT stgrp.pgroup stgrp.parent stgrp.subgroup. END. INPUT CLOSE. This command just displays the line number for the next command, and sits there. I ran this command from sqlexplorer prompt. What am I missing? SQLExplorer>INPUT FROM stgrp.d. 1> REPEAT: 2> IMPORT stgrp.pgroup stgrp.parent stgrp.subgroup. 3> END. 4> INPUT CLOSE. 5> 3. I see one more option online - prodict. What is it, how do I execute it, and from where? This is my first time working on openedge, appreciate any help I can get. Thank you! rv.
Continue reading...
Continue reading...