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

Thread: Record "Blocking" ?

Threaded View

  1. #4
    Join Date
    Jan 2003
    Posts
    33
    ok
    the status column would be only be used for the thread-problem...

    thanks for the "for update" option
    I also was thinking in using it...

    The question is now

    if I use "select ... for update nowait"

    but the web application uses only one connection-configuration
    (one userName, one password) for all threads.
    Is the DB stopping a second "select ... for update nowait"
    even if it is being made using the same connection-configuration (but from a different thread).
    Or is the DB 'thinking': ok is the same user, I allow it...???

    Thanks
    Ter
    Last edited by ter055; 06-25-2003 at 09:58 AM.

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