Top "Openedge" questions

Progress OpenEdge is an application development platform from Progress Software Corporation

A full list of all the new/popular databases and their uses?

Recently I have found that there are many new databases popping up all around my radar, and I would like …

database openedge
unixodbc driver manager cannot open specified library on install

I'm using ArchLinux and I am trying to install OpenEdge progress drivers so I can access it via PHP. I've …

odbc archlinux unixodbc openedge progress-db
How to get table schema from Progress database via odbc

I have a linked server set up between sql 2008 and a Progress OpenEdge 10.1b server. How do I get the …

schema progress-4gl openedge
How to get Current Time in Progress (OpenEdge)

I am coding in Progress (aka OpenEdge ABL). I have a variable that holds a time and I want to …

progress-4gl openedge
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 …

progress-4gl openedge
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: …

progress-4gl openedge
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 '%…

sql sql-like case-statement openedge progress-db
ODBC lib Specified driver could not be loaded

I am trying to install ODBC drivers and I am running into brick walls. [root@Crux pkg]# isql -v [IM002][…

linux odbc drivers openedge progress-db
Cannot fetch a row from OLE DB provider "MSDASQL" for linked server "progress"

I'm trying to select some data from a Progress Database using an openquery on SQL Server 2008 R2, but I'm getting …

sql-server-2008 linked-server openedge progress-db
Use of Break by keyword in progress 4GL

What is the exact use of break by keyword in Progress 4GL? I am not getting a clear idea from …

progress-4gl openedge