home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / dbasel / 1461 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.7 KB  |  41 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!WHIZBANG.WARIAT.ORG!MARK
  3. Organization: The Software Sweatshop, Cleveland, Ohio USA
  4. Message-ID: <2b52df85.whizbang@whizbang.wariat.org>
  5. Newsgroups: bit.listserv.dbase-l
  6. Date:         Tue, 12 Jan 1993 10:11:00 EST
  7. Reply-To:     "Mark W. Schumann" <mark@whizbang.wariat.org>
  8. Sender:       "Discussion on the use of the dBase language and related
  9.               dialects" <DBASE-L@NMSUVM1.BITNET>
  10. From:         "Mark W. Schumann" <mark@WHIZBANG.WARIAT.ORG>
  11. Subject:      Re: Netware and Clipper
  12. Lines: 27
  13.  
  14. Ken Snyder wrote:
  15.  
  16. >     Could someone explain the abilities and limits of netware support using
  17. > Clipper 5.01?  I am using a computer on a Novell LAN.  Any help would be
  18. > greatly appreciated
  19.  
  20. Hi, Ken.  (Go Huskies!)
  21.  
  22. Use the rlock() and flock() functions to lock records and files as
  23. needed.  More sophisticated support (with retries) is available in
  24. the rec_lock() and net_use() functions that are included in your
  25. sample code.
  26.  
  27. If you want to write IPX packets or take advantage of the NetWare
  28. Bindery, then you will have to write your own C/ASM code or obtain
  29. a third-party library.  NetLib is supposed to be pretty good, I
  30. have heard, or you can get the NANFOR Library from Simtel.
  31.  
  32. The point is that if you want your program to correctly handle
  33. record and file locking, it's all right there in your existing
  34. function reference.  If you want more Netware-specific stuff you
  35. need to go third-party or write your own.
  36. --
  37. --
  38. Mark W. Schumann/3111 Mapledale Avenue/Cleveland, Ohio 44109-2447 USA
  39. Domain: mark@whizbang.wariat.org                      CIS: 73750,3527
  40. "We're not nuts or anything; I mean *I'm* not nuts." <whizbang!judy>
  41.