Access Windows Progress Database

mattroessner

New Member
We have installed an application (RSA ACE/Server) and it has a progress database. I want to be able to obtain a list of users which is stored in a table (SDUSER) on the database. Is there any way I can access this via commandline? It doesn't appear that I have progress installed on the server...As far as I can tell it is just a progress database.

I don't know much about progress, but I am hoping that I can get this figured out. Any help would be very much appreciated.

Thanks
 
there are around 10,000 apps built on progress

search for the client either prowin32 (gui) or _progress (chui)
and then type the client followed by the database name

i.e. prowin32.exe c:\openedge\wrk\sports2000


depending on your license, if it's development or run-time only
you can write queries to bring up the users list (_user table)

users and other system tables
like schema and activity info etc.

you can write your own queries
either in the native progress 4gl language or sql


if it's just a run-time license, you won't be able to write queries
and you'll need to use the ade basic administration tools

in you clients menu under tools

if it's a gui client then the data administration tool
and if it's a chui client the data dictionary

and use the admin/security menu


but after saying all that
the first thing i'll do is ring up your vendor

this is abit of a slow forum
try using peg.com email-group
 
Back
Top