Search results

  1. M

    OpenEdge 10.2B03 - Linux - Access to data administration

    Hi there... I'm trying to access data administration to load d and df files on a new database. I've read that the command should be /usr/dlc/bin/mpro -rx -p _admin.p. This command opens an application similar to data administration but saying Data Dictionary, and I just have some options...
  2. M

    Connecting Progress DB in ASP.Net

    Hi, I´m developing an ASP.Net project (C#) connecting a Progress 9.1E04 database. The problem that I have is that the application connect the database correctly, the database send the data correctly, but it never disconnect the user used to establish the connection. So, everytime I run a...
  3. M

    ASP.Net with Progress DB

    Hi there. I'm currently migrating a progress application to .Net. I'm having some problems with the ODBC driver, but I will post one by one. The first problem that I have is with the users validation, because in the progress application the password has been encoded with the ENCODE...
  4. M

    Concatenated SELECT

    Hello, I'm trying to carry out a query (FOR EACH, SELECT or whatever) from a table which name is in another database field. Pseudo Code: FOR EACH related_table.table_name NO-LOCK: DISP related_table.field_to_show. END. where related_table.table_name contains the name of the Progress...
  5. M

    How to dynamically sort a Browser

    Hi there ! I'm trying to develop a standard window to use it as a template. So I want to sort its browser by a column after clicking in the column name but without specifying the name of the column in the open-query. For example with: ON start-search DO: open query ... by 1 /* where 1...
Top