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

Thread: How does execute query work???

  1. #1
    Join Date
    Jan 2001
    Posts
    642
    Hi,
    I am creating a new application based on oracle forms6.In the same form, I give the users all the 4 options(Create/Modify/Delete/View).During viewing, I use execute_query and get the record, and disable all the fields in the form.

    This is locking all the records and does not allow others to modify this data.

    My Question is how does the Execute_query work. Will it lock the records,so that others cannot modify these records.


    Badrinath

  2. #2
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    You can change LOCKING MODE in block propetry
    - to automatic
    and set on this block:
    - update allowed - no
    - delete allowed - no.

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