Search results

  1. C

    SDO bug? (jumps to last record)

    I am going to try and report this to Progress and will post back if anything comes of that. Be warned that it doesn't happen with all dbs. I may look at the rowsToBatch settings to see if that changes the behavior at all so thanks for that tip.
  2. C

    SDO bug? (jumps to last record)

    well, I did discover a workaround. I check the returned rowid from fetchRowIdent. If it doesn't match cRowIdent I simply repeat the fetchRowIdent call and the 2nd time it works...
  3. C

    SDO bug? (jumps to last record)

    Thanks for the reply. I did check the row id returned by rowidwhere and it is for the correct record so it's definitely a problem within fetchrowident. I may try changing the RebuildOnRepos setting for the SDO as soon as I figure out how to do that since I'm suspicious result set handling may...
  4. C

    SDO bug? (jumps to last record)

    10.1B03 Windows platform. I'm not versed much in Smart Objects, nonetheless I need to get this bug fixed so any suggestions are appreciated. When requesting programmatically to position to a given row in a Smart browser the browse will instead jump to the last record in the browse. Depending on...
Back
Top