Search results

  1. M

    Log Errors

    Progress Solution ID P13458 (I think this link will work)...
  2. M

    Single Database

    the steps that I use for creating a db at command prompt >prostrct create <dbname> >prodb <dbname> empty I usually already have a structure file in place named <dbname>.st Then I go through DAta Administration to load my .df for the db an wha-la that's bascially it. If you are talking...
  3. M

    Tuning Question

    I currently have been dealing with the same type of issues as you. I have done many of the same steps and still could not see much in the way "noticable" improvements. That made me take my focus away from looking for "server" side tuning. I am now looking through our app and discovering that the...
  4. M

    To use App Builder or not !!

    As for using any 3rd-party front-end via ODBC. There was one flaw that I have ran into with going that route. For operations that get to Progress via ODBC, they do not activate any of your 4GL Triggers. We had a company come in to try to build a web element for us, and everytime they would...
  5. M

    To use App Builder or not !!

    by using Proxygen you can create the equivalent of a class from your p-source code and can compile that to a .dll file. Once you link your .Net code to the dll resource that you have compiled then it becomes a class object in .NET and will even have all of it's function/events/properties made...
Back
Top