I need to export data from a site with a runtime version of Progress 9.
For some reason, both the dict.p admin->export won't work (The admin menu is disabled) and the sqlexp utility doesn't work.
I was going to write a short 4GL program, something like:
CONNECT [databaseName] -db [databaseName] -S [databasePort].
OUTPUT TO account.txt delimiter ",".
FOR EACH account:
EXPORT account.
END.
OUTPUT CLOSE.
However, I can't do this since the site has only a runtime version.
Can someone create and compile a short program that takes the connection info and table name as parameters and exports the data to a file.
I need this compiled and runnable on AIX 5.2
Thanks.
Joe
For some reason, both the dict.p admin->export won't work (The admin menu is disabled) and the sqlexp utility doesn't work.
I was going to write a short 4GL program, something like:
CONNECT [databaseName] -db [databaseName] -S [databasePort].
OUTPUT TO account.txt delimiter ",".
FOR EACH account:
EXPORT account.
END.
OUTPUT CLOSE.
However, I can't do this since the site has only a runtime version.
Can someone create and compile a short program that takes the connection info and table name as parameters and exports the data to a file.
I need this compiled and runnable on AIX 5.2
Thanks.
Joe