Recent content by markjonesnz

  1. M

    Passing a ProDataSet to .NET in 10.2

    I spent some time with a guy from progress looking at this and it seems that the manual is a bit mis-leading and there isn't a direct way to map from a progress dataset to a .net dataset. It sort of looks like it could be acheived using proxygen etc but that gets quite messy. We did discover...
  2. M

    Passing a ProDataSet to .NET in 10.2

    Hello, I am trying to pass a ProDataSet to a .Net method that takes a System.Data.DataSet but it just doesnt work... I have spent a couple of hours searching for an example of how to do this and been looking through mountains of progress manuals and it says you can pass them to .NET but...
  3. M

    Internal procedure/function performance V9.1C

    Thank you for the reply Tom. I upgraded my laptop to 9.1E02 and there was a small improvement, but I suspect that will translate to a much more noticeable improvement on their server. I then backed up the DB and converted it to V10 and saw an even bigger improvement on 10.1B02 - now takes 2...
  4. M

    Internal procedure/function performance V9.1C

    Hello, I have been looking at a performance issue and it performs great on my laptop but horribly on the customers server. I have tracked the problem down to the internal procedures and functions, this is basically what it does: for each sku no-lock: l-cost = GetVendorCost(sku_nbr)...
Top