Would the buffering mode of a form effect whether or not a view opens exclusive? I open all my views in one form (although they're used in several once they're open). I open them with
USE myView in 0 SHARED, and the database they're in is opened SHARED, and EXCLUSIVE is set OFF, but still the views open as exclusive, which is causing a few problems.
WHY??? Why are they still exclusive???
RRRRGHH. This is driving me bonkers!!!
Thanks for your help.
Eve
USE myView in 0 SHARED, and the database they're in is opened SHARED, and EXCLUSIVE is set OFF, but still the views open as exclusive, which is causing a few problems.
WHY??? Why are they still exclusive???
RRRRGHH. This is driving me bonkers!!!
Thanks for your help.
Eve