O
OldKingCole
Hi. I have a typical front/back end database which works 100% in a
totally Microsoft Windows environment. However, I have found a
problem when the back end involves a Novell Netware connection which
involves the number of locks placed on files during transactions,
particularly in a multi-user environment. With MS Windows, I could
increase the MaxLocksPerFile registry entry from its default of 9500
to something much higher. However, this option is not usable for
Novell networks as the limit is 10000. The problem is described in
the MSKB article: http://support.microsoft.com/kb/305995/
Does anyone know whether it is possible to detect whether Novell
Netware is involved, may be an API call or similar, as I would like to
be able to trap a potential problem well before it has any possibility
of occuring.
totally Microsoft Windows environment. However, I have found a
problem when the back end involves a Novell Netware connection which
involves the number of locks placed on files during transactions,
particularly in a multi-user environment. With MS Windows, I could
increase the MaxLocksPerFile registry entry from its default of 9500
to something much higher. However, this option is not usable for
Novell networks as the limit is 10000. The problem is described in
the MSKB article: http://support.microsoft.com/kb/305995/
Does anyone know whether it is possible to detect whether Novell
Netware is involved, may be an API call or similar, as I would like to
be able to trap a potential problem well before it has any possibility
of occuring.