I am looking for an equivalent of Microsoft SQL Profile开发者_如何学编程r for a Progress 4GL database.Maybe.It depends on how "equivalent" you need your solution to be.
How can I get a limited number of records from the table in Progress OpenEdge database? Something like in SQL:
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 \
Displaying progress records by sorting using any one attribute. I am new to progress so I want to know that h开发者_如何学Goow records in table can be displayed according to sorting on one attribute.Y
Progr开发者_C百科ess Version: 10.0B05.32 A few years ago, we used the Progress Proxy Generator to generate .NET assemblies that would allow us to connect C# code to our appserver processes. When deve
We have a softwa开发者_JAVA技巧re solution that involves syncing some data between a Progress database and SQL server. Unfortunately, we do not have any Progress gurus in house, so I\'m working kinda
i\'m trying to get all databases like in the DataDictionary, but in a programmatic way! Is that开发者_如何学JAVA possible?DEFINE VARIABLE iDatabase AS INTEGER NO-UNDO.
How do I convert a string to title case in OpenEdge ABL (aka Progress 4GL)? I know I can get upper case with CAPS(), and lower case with LC(), but I can\'t find the title case (sometimes called prope
I have a number 开发者_StackOverflow社区of subreports in which I calculate totals. In the main report I need the sum of those totals.
Is there a way to limit the result of a SQL Query in Progress 10.1C like in MYSQL LIMIT 0, 1000? Reg开发者_如何学PythonardsProgress SQL calls it \"TOP\" i.e.: