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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.