About 604,000 results
Open links in new tab
  1. IF THEN Statement in SQL to OpenEdge - Stack Overflow

    Jan 15, 2013 · I'm struggeling with an if statement towards an OpenEdge database via ODBC. The query I have works like a charm, but Progress wants me to define the if statement …

  2. How to get table schema from Progress database via odbc

    Jun 22, 2018 · I have a linked server set up between sql 2008 and a Progress OpenEdge 10.1b server. How do I get the table schemas?

  3. CREATE trigger in an OpenEdge database - Stack Overflow

    Jan 24, 2024 · Our primary database is an OpenEdge one, and we have a SQL database which we have to sync up with our OE one. We came up with a plan to set up staging tables for our …

  4. Select Column Names for OpenEdge-SQL - Stack Overflow

    Jul 13, 2020 · I'm using DBeaver to connect to Open-Edge 11 database which supports SQL functions. The functions used HERE don't work. Here is a single example and the result: …

  5. openedge - ODBC Error "Column x in table y has value exceeding …

    SELECT distinct Table.column, { fn CONVERT(SUBSTRING(Table.ProblematicColumn, 1, 60), SQL_VARCHAR)} as test FROM PUB.Table WHERE ( Table.id IN ( SELECT Table.id FROM …

  6. openedge - How to compare dates in a sql script to progress …

    The following works with the sports2000 database and using sqlexp (rather than embedded sql at the procedure editor): select * from pub.order where orderdate < '1/1/1999' I also added a …

  7. Getting first 100 records from the table in Progress OpenEdge …

    7 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 …

  8. LIKE operator for Progress DB SQL - Stack Overflow

    Nov 13, 2009 · sql sql-like case-statement openedge progress-db edited Feb 3, 2012 at 13:17 Tom Bascom 14.1k 2 32 37

  9. Fixing sql length error in progress 4gl 10.2B - Stack Overflow

    Aug 17, 2012 · The dbtool option is the best. It is designed for this. From proenv you should see something like this: proenv> dbtool s2k DATABASE TOOLS MENU - 10.2B ------------------------- …

  10. openedge - SQL / PROGRESS Blank in place of NULL Date - Stack …

    May 30, 2018 · The Progress unknown value ? is what SQL calls NULL. Date fields can only contain valid dates or (if the field is not mandatory) the unknown value ?. Unlike other data …