home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / database / 1015 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.5 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!bu.edu!news.bbn.com!news.bbn.com!news
  2. From: hagstrop@oberon.mathcs.carleton.edu (Paul Hagstrom)
  3. Newsgroups: comp.sys.mac.databases
  4. Subject: Re: Network error with FoxBASE+/Mac
  5. Message-ID: <l97hlcINN31h@news.bbn.com>
  6. Date: 20 Aug 92 16:22:04 GMT
  7. References: <1992Aug20.141525.17420@midway.uchicago.edu>
  8. Lines: 28
  9. NNTP-Posting-Host: bbn.com
  10.  
  11. In article <1992Aug20.141525.17420@midway.uchicago.edu>  
  12. ejw1@kimbark.uchicago.edu (Eric Weidl) writes:
  13. > >USE MacKeegan->FoxVOTE->bc_voter.dbf INDEX  
  14. Mackeegan->FoxVOTE->bc_precinc.dbf
  15. > Am I missing something here?  I've never seen a path use the '->' symbol.  
  16. > Apparently Fox is passing it on to the File Manager, who responds with the 
  17. > -50 error. Try:
  18. >     USE MacKeegan:FoxVOTE:bc_voter.dbf
  19. > >I hope to go multi-user with my application, but if it can't communicate
  20. > >over the Appletalk Network I guess I can save $399 and not buy the
  21. > >multi-user version.
  22. >
  23.  
  24. Another thing to try would be using the SET VOLUME command, which lets you  
  25. designate a folder as a "drive" and then you can read files out of it in a sort  
  26. of MS-DOS format.  I don't have the manual in front of me, but I believe that  
  27. the format is something like
  28.  
  29. SET VOLUME C TO "MacKeegan:FoxVOTE"
  30. USE "C:bc_voted.dbf" INDEX "C:bc_precinc.idx"
  31.  
  32. At any rate, it's close to that, and it should give you enough to go on in a  
  33. manual search.. It sounds approximately like what you want to..
  34. --
  35. schmotsignature.
  36.                             Paul Hagstrom
  37.                             (hagstrop@carleton.edu)
  38.