Tagged Questions

The new name for the Progress 4GL database engine, since version 10.

learn more… | top users | synonyms

4
votes
1answer
473 views

Progress ODBC Problem with Sql-width (DBTool?)

I have been given the task of getting some data out of a third party progress database. The problem is that, some tables are reporting an error "Column <column> in table <table> has value ...
4
votes
7answers
2k views

Should I learn Openedge as a C# programmer

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 ...
1
vote
2answers
50 views

Eclipse plug-in (OpenEdge Architect 10.2B) blocked by firewall

Yesterday I installed OpenEdge Architect 10.2B (that is Object Oriented Progress adopted to Eclipse IDE) on my Windows 7 premium platform. The installation went fine without any error messages. When ...
1
vote
0answers
136 views

odbc_exec error with progress

I am using Codeigniter Database Active Record (ODBC Driver). The application run well. But starting this day, there are error when trying to fetch data from Progress database (connected via odbc). The ...
1
vote
3answers
280 views

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: SELECT TOP 100 * FROM MyTable The only ugly solution I can find is looping through ...
1
vote
1answer
501 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
2answers
2k views

How do I do HTTP GET and POST in Progress/OpenEdge ABL?

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 ...
0
votes
1answer
28 views

How in OpenEdge ABL / Progress 4GL do I find the row id of a row that is right clicked in a broswer

How in OpenEdge ABL / Progress 4GL do I find the row id of a row that is right clicked in a browser.
0
votes
2answers
38 views

How in OpenEdge ABL / Progress 4GL do I get the RIGHT-MOUSE-CLICK trigger to perform the default left click to reposition the focus

I'm using OpenEdge ABL / Progress 4GL. I have a browser widget populated with rows. When I left click a row the row is highlighted and that row is now in focus. I want when I right click on a ...
0
votes
1answer
101 views

Is there a Microsoft SQL Server Profiler equivalent for Progress OpenEdge ABL?

I am looking for an equivalent of Microsoft SQL Profiler for a Progress 4GL database.
0
votes
1answer
177 views

Progress ODBC INSERT INTO fails after upgrade from 9.1E To 10.2B

I have some sql scripts to move data from our SQL Server to our Progress box. But it stopped working. This worked in 9.1E but fails after upgrade to 10.2B INSERT INTO OPENQUERY(linkedserver, 'select ...
0
votes
1answer
137 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
67 views

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 how records in table can be displayed according to sorting on one attribute.
0
votes
2answers
474 views

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 proper ...
0
votes
1answer
205 views

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? Regards
0
votes
2answers
631 views

Problem running legacy program in Windows 7 using DDE

My admin folks have encountered a big problem, and I'm relaying their plight to SO: We have a legacy database application (written in Progress 4GL/OpenEdge) that invokes WordPerfect X3 in order to ...
0
votes
1answer
126 views

Call Progress Procedure in kSoap

I'm completely new with Progress. I'm trying to access my Progress Procedure (which works when I export it as an XML-page) in my Android app. I'm using kSoap to do the trick, because I've had some ...
0
votes
1answer
176 views

Final/const keyword equivilant in Progress-4GL

If I had a class with immutable members in Java, I would do this: class MyClass { private final String name; private final int id; myClass(String name, int id) { this.name = name; ...
0
votes
1answer
539 views

Why does OpenEdge ODBC connection fail with error 126 in IIS but on in VS2010?

I have an ASP.net web service application that connects to a Progress OpenEdge 10.1B database via ODBC. My development machine is XP Pro and runs everything fine. I am now moving the application ...
0
votes
3answers
632 views

Delphi connection to OpenEdge Progress-4GL Database

Folks: Has anyone had success connecting to a Progress-4GL database with Delphi?   I've been unable to establish any connection with the ODBC driver provided by the vendor (Progress OpenEdge ...
0
votes
2answers
868 views

How to get table schema from Progress database via odbc

Oh lovely Progress.. I have a linked server set up between sql 2008 and a Progress OpenEdge 10.1b server. How do I get the table schemas?
0
votes
3answers
2k views

LIKE operator for Progress DB SQL

I'm trying to do something like this in Progress SQL (THIS IS NOT POSTGRES!) SELECT CASE WHEN code LIKE '%foo%' THEN 'Y' ELSE 'N' END as foo FROM bar However Progress does not support a ...
0
votes
2answers
706 views

SQL Command ISNULL for ODBC Connection

I'm connected to an OpenEdge DataServer via ODBC (not our product, we are just accessing their database, I hardly have any information and certainly no help from the other side). Anyhow, I just need ...
0
votes
3answers
611 views

Weird OpenEdge query behaviour

We have recently had to do some work with an OpenEdge database that a third party product uses, and today (after much hair-pulling), we finally identified why a view was returning no results. This ...
0
votes
1answer
482 views

Progress ABL: How to have windows open in same position on the screen as they opened last time

We currently use this logic to center every new window: ASSIGN {&WINDOW-NAME}:X = (SESSION:WIDTH-PIXELS - {&WINDOW-NAME}:WIDTH-PIXELS) / 2 {&WINDOW-NAME}:Y = ...
0
votes
1answer
978 views

Problem connecting Reporting Services 2005 to Progress OpenEdge 10.2A Driver

Background: Progress based ERP system called QAD 2008.1 (formerly MFGPRO. SQL Server 2005 Enterprise SP2. Reporting Services 2005 SP2. Progress OpenEdge 10.2A Driver. ODBC System DSN created using the ...
0
votes
3answers
2k views

OpenEdge ODBC for Access

I cannot update the links in my access to a new ODBC driver. I believe it to be that OpenEDge 10.1C is not doing a handshake with Access. The dns will import external data into excel. The error is ...