running Progress V9.1E under Windows 2000 server. I run database broker using a service (-N TCP -S my_service) When trying to run client (on same server) using -H localhost -N TCP -S my_service the client can connect to database.
is it possible to run on the same server (SCO Unix OSR5.06a) Progress V8.3C11 and Progress V9.1 ? I need Progress V9 for one application but have to keep Progress V8 for another one.
I am trying to load data into my new database using the COPY statement and I am having constraint violation problems. One table has a column (updated_by) that stores the user_id of the user that saved/inserted the data, in effect the owner of that data.