Search results

  1. Iann

    How to Read XML Files

    Hello, well iam not sure if my answer is correct and its optimal. But it depends a lot on structure of that XML document. I have done similar work once and as it was only a one time import, i read the XML file one row after another with input stream and i decided what to do with each row in...
  2. Iann

    How to create database from powerdesigner

    Hello, iam having a little problem lately. Also iam not experienced admin, so my question might be silly. I created some .CDM file in powerdesigner 12.5, then i generated .PDM file from it (sybase SQL anywhere) and i would like to get this definitions into progress database. So i generated...
  3. Iann

    EACH in a FOR EACH clarification

    Hello Kladkul I beleive its used when you need to get more tables than one to your buffer from database. Every EACH is for one table you want to select. This might be handle when you are for example writing some reports and need a lot of data from a lot of tables. The WHERE phrase comes...
  4. Iann

    Detecting which field was changed in PostTransVal

    Thanks a lot for both replies. I didnt know the changedFields fields, so i will try this out as soon as possible:-). Really thank you for advices, solved my struggle with whitepapers. EDIT: I just realized, that theres before image and after image in RowObjUpd, its even in white papers...
  5. Iann

    Detecting which field was changed in PostTransVal

    Hello, i would like to ask a simple question and if anyone knows and tells me, it would be great. Is there a way to check if a concrete field is changed in PostTransactionValidation? I know that i can look in RowObjUpd.RowMod for the "U" flag, but this only indicates, that the update has been...
Top