Tagged Questions
The progress-db tag has no wiki summary.
1
vote
1answer
491 views
Migrating from PROGRESS to SQL Server 2008 - how?
I'm faced with a task I don't know how to proceed with: migrate a 120 GB database from PROGRESS to SQL Server 2008.
I've quite frankly never even heard of PROGRESS and can't really make much sense of ...
1
vote
4answers
2k views
How to get the ROWID from a Progress database
I have a Progress database that I'm performing an ETL from. One of the tables that I'm reading from does not have a unique key on it, so I need to access the ROWID to be able to uniquely identify the ...
0
votes
1answer
133 views
Progress dbtool errors
I am trying to run the Progress dbtool on our database but it is not working. I get to the proenv prompt as suggested by the documentation that I have. When I execute the dbtool against our database ...
0
votes
1answer
90 views
Transaction & Locks Problem
with in do transaction, i defined a label and in this label i am accessing a table with exclusive-lock.and at the end of label i have done all the changes in that table. bt now i am with in ...
0
votes
3answers
853 views
Connecting to Progress database from Mac OSX
Does anyone know how to connect to a Progress 9.1E database from a Mac (or even from Linux)?
I can connect successfully from Windows but the JDBC driver requires that the Progress install directory ...