> It appears that opening a database for writing did not work > because of the flag _O_NOINHERIT in :... > > On MSDEV5 documentation this flag does not exists for _open, > but only for _sopen. I suppose _open > ignore it.
Look in the CRT sources. At least for VC++ 6 and 7.1 _open calls _sopen. _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
