Przemysław Czerpak wrote:

This is expected. The table is open in shared mode and BRWOSE()
just like in Clipper does not have any locking code.

Yes, I understood that.

Error NETIO/1003  Read error: hb_stackInit (DOS Error 15)
Error NETIO/1002  Write error: hb_stackInit (DOS Error 15)
Error NETIO/1002  Write error: hb_stackInit (DOS Error 15)

It's also expected.

When communication errors appears NETIO subsystem as OS error
codes uses HB_SOCKET_ERR_* values defined in hbsocket.ch and
15 means HB_SOCKET_ERR_CONNABORTED what is correct value which
well describes the reason of RTE.
So all is correct and reported as expected.

Thank you for the explanation. Perhaps the "DOS Error nn" should be changed to something more OS agnostic in errsys.prg?

Regards
Alex
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to