progress-4gl
Is there a Microsoft SQL Server Profiler equivalent for Progress OpenEdge ABL?
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.[详细]
2023-04-11 13:20 分类:问答Getting first 100 records from the table in Progress OpenEdge database (e.g. SELECT TOP 100..)
How can I get a limited number of records from the table in Progress OpenEdge database? Something like in SQL:[详细]
2023-04-11 03:30 分类:问答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 \[详细]
2023-04-04 00:44 分类:问答Displaying progress records by sorting using any one attribute
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[详细]
2023-04-03 07:33 分类:问答Memory Leak in Progress 4GL Proxy Assemblies
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[详细]
2023-03-18 20:53 分类:问答Progress ABL procedure to SQL Insert
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[详细]
2023-03-11 05:39 分类:问答how to list all databases in progress-4gl 9.1 D?
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.[详细]
2023-03-07 13:18 分类:问答How do I convert strings to title case in OpenEdge ABL / Progress 4GL?
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[详细]
2023-02-28 03:55 分类:问答Crystal Reports: How to pass a parameter from a subreport to the parent report?
I have a number 开发者_StackOverflow社区of subreports in which I calculate totals. In the main report I need the sum of those totals.[详细]
2023-02-27 09:54 分类:问答LIMIT Result in Progress 10.1C
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.:[详细]
2023-02-24 22:47 分类:问答