Search results

  1. P

    Selecting a single row through sql

    I have a ODBC connection to a Progress DB, and I need the first row of my table. How do I get that using SQL? (Actually it does not have to be the first row, any row will do). In MySQL I would do it like this: SELECT * FROM myTable LIMIT 1; but that does not seem to work with Progress (I...
  2. P

    Exportfrom Progress to MySQL (via access)

    I have Progress database with a lot of tables. I would like to export four of these to a MySQL database. How do I do that? I have tried the scripts found at http://www.geocities.com/ncsoft/ but I get some weird error message I don't understand (I have been using Progress for less than three days...
Back
Top