openedge Questions
2
I have an OpenEdge database, I have created a REST Service and am able to CRUD to it from the outside World.
I have created a Nativescript app that can pull data from the REST service etc, but now...
Electrocute asked 2/10, 2018 at 12:18
2
Say you have a PL file you want to upload to Nexus with Gradle. How would such a script look like.
group 'be.mips'
version = '1.4.0-SNAPSHOT'
In settings.gradle --> rootProject.name = 'stomp'
An...
Subsistent asked 27/12, 2016 at 13:50
1
Solved
I am the beginner for progress 4GL language and I'd like to know about the difference between NO-UNDO and NO-ERROR in progress 4gl language.
Relay asked 7/8, 2018 at 6:29
0
SonarQube 6.7.1. Sonar Scanner 3.0.3.778. Sonar Scanner plugin 2.6.1 for jenkins. Postgres 9.6.6 database. Everything is running on one Solaris 11 Unix box. Project language is OpenEdge ABL. I foun...
Ballon asked 22/2, 2018 at 23:8
3
Solved
I am new to python and pyodbc
I try to print the first a row from a table from a progress openedge database. (Windows 7) Here is the code block that is not running:
cursor.execute("select my-nr, ...
4
Solved
How can I get a limited number of records from the table in Progress OpenEdge database?
Something like in SQL:
SELECT TOP 100 * FROM MyTable
The only ugly solution I can find is looping through...
Flasket asked 7/10, 2011 at 5:56
3
Solved
I have a linked server set up between sql 2008 and a Progress OpenEdge 10.1b server.
How do I get the table schemas?
Boxwood asked 9/4, 2010 at 18:49
4
Solved
The Progress docs spill plenty of ink on SOAP, but I'm having trouble finding the example for a simple HTTP GET/POST with Progress ABL.
How do I GET and POST strings to/from a URL?
Can the URL be...
Cur asked 14/1, 2010 at 18:58
2
Solved
I'm struggling to understand how to check for a null value in a progress case expression. I want to see if a column exists and use that, if not use the fallback column. For example, William in firs...
Fetal asked 31/8, 2015 at 21:30
3
Solved
def var cList as char no-undo.
assign cList = "one,two,three,four".
<Loop> cList
logic...
</Loop>
What's the best way to loop through a comma delimited list in a char variable so that...
Andie asked 3/4, 2012 at 13:35
1
Solved
I have some temp-tables in my script that I will be exporting to a csv file. I need to also export the field names as well as their values. How can I get the field names of temp-tables?
Romulus asked 20/6, 2014 at 21:42
1
Solved
What is the exact use of break by keyword in Progress 4GL?
I am not getting a clear idea from the keyword help of OpenEdge.
What is the main difference between by and break by keywords.
Ribbonwood asked 18/11, 2013 at 5:37
2
Solved
I'm using ArchLinux and I am trying to install OpenEdge progress drivers so I can access it via PHP. I've installed the unixodbc package and the drivers, but when I test the connection via isql or ...
Aaberg asked 25/4, 2012 at 15:7
3
Solved
I understand the pros and cons of using object oriented programming as a concept. What I'm looking for are the pros and cons of using oo in progress/openedge specifically. Are there challenges that...
Ev asked 23/4, 2012 at 19:42
8
Solved
We have an Progress OpenEdge (http://en.wikipedia.org/wiki/Progress_4GL) develop team in the company I work for.
I'm the only c# developer there and really like it. So now the manager asks me to l...
1
Displaying progress records by sorting using any one attribute.
I am new to progress so I want to know that how records in table can be displayed according to sorting on one attribute.
Manyplies asked 8/9, 2011 at 12:40
6
Recently I have found that there are many new databases popping up all around my radar, and I would like to make a list of what they do and perhaps what their advantages/disadvantages are. I'...
1
© 2022 - 2024 — McMap. All rights reserved.