0
votes
3answers
76 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
43 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
2answers
65 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
63 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
260 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 …
0
votes
0answers
125 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 …
3
votes
6answers
466 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 …
