Search results

  1. F

    Deleterow

    Hi all, When I delete the last row of my SDO using DELETEROW, I got a message " IT IS NECESSARY TO COMMIT ( OR UNDO ) CURRENT CHANGES BEFORE FETCHING ANOTHER BATCH OF RECORDS". How can i solve this error message ? thanks in advance, FERRUGEM
  2. F

    fetchRowIdent

    Hi, I'd like to know why fetchRowIdent doesn´t work with a SDO based on a TEMP-TABLE ?. I'm glad to some help, Thks, FERRUGEM
  3. F

    Sdo Against Temp-table.

    Hi, When I use setQueryWhere / OpenQuery in a SDO against a Temp-Table to reposition a record It doesn´t nothing, It seems that even didn´t execute. I glad to some help, thks, FERRUGEM
  4. F

    getQueryPositon

    Thks for your reply Norman, but I´m using dynamic-function in a trigger section like this: IF DYNAMIC-FUNCTION('getQueryPosition' IN sdo ) = 'NoRecordAvailable' THEN DO: .... end. The problem occur when i compile this code in a 9.1c, this function seems that doesn´t work. Do...
  5. F

    getQueryPositon

    Hi, Anybody know why getQueryPositon doesn´t work in version 9.1c ? thks, Ferrugem
Back
Top