DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Update problems - Unable to insert record error appears when using our form

  1. #1
    Join Date
    Oct 2002
    Posts
    1
    Hi all

    I am currently having a large problem with Oracle Forms Developer. I have coded a LOV to select a customer etc

    However, I am unable to update a field --> I keep receiving "unable to insert record" error msg.

    This only occurs through the form, we are able to do it the hard way in SQL+

    I believe the update code is sound:
    update branch
    set branchname = :branchname
    where branchid = :branchid;
    Commit_Form;
    clear_form;

    If anyone has any ideas I would really like to know

    Many thanks
    Tom

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    What exactly is the error and error number/message? Unable to lock record for update? That can be easily fixed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width