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

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!uwvax!uchinews!kimbark!ejw1
  2. From: ejw1@kimbark.uchicago.edu (Eric Weidl)
  3. Newsgroups: comp.sys.mac.databases
  4. Subject: Re: Network error with FoxBASE+/Mac
  5. Message-ID: <1992Aug20.141525.17420@midway.uchicago.edu>
  6. Date: 20 Aug 92 14:15:25 GMT
  7. References: <1992Aug19.205210.29904@msuinfo.cl.msu.edu>
  8. Sender: news@uchinews.uchicago.edu (News System)
  9. Reply-To: ejw1@midway.uchicago.edu
  10. Organization: Academic and Public Computing
  11. Lines: 34
  12.  
  13. In article <1992Aug19.205210.29904@msuinfo.cl.msu.edu> folse@crs.cl.msu.edu.UUC (Mark Folse) writes:
  14. >Can anyone tell me why the following line returns the error "HFS error" with
  15. >an error number of "-50":
  16.  
  17. Which is "error in user parameter list".  In other words, the parameters to 
  18. a File Manager call are bogus, ie. you are specifying a volume which does 
  19. not exist.
  20.  
  21. >SET DEFAULT TO "MacKeegan:FoxVOTE"
  22.  
  23. If FoxVOTE is a folder, it would be better to indicate that:
  24.     SET DEFAULT TO "MacKeegan:FoxVOTE:"
  25.  
  26. >USE MacKeegan->FoxVOTE->bc_voter.dbf INDEX Mackeegan->FoxVOTE->bc_precinc.dbf
  27. Am I missing something here?  I've never seen a path use the '->' symbol.  
  28. Apparently Fox is passing it on to the File Manager, who responds with the 
  29. -50 error. Try:
  30.     USE MacKeegan:FoxVOTE:bc_voter.dbf
  31.  
  32. >I hope to go multi-user with my application, but if it can't communicate
  33. >over the Appletalk Network I guess I can save $399 and not buy the
  34. >multi-user version.
  35.  
  36. Please let me know if using '->' in a path name normally works, because I 
  37. don't think it should.  I think the reason it's choking is that you're 
  38. feeding it garbage.
  39.  
  40. Eric
  41.  
  42. -- 
  43. ===================================================================
  44.                Eric Weidl    e-weidl@uchicago.edu
  45.       University of Chicago -- Academic and Public Computing
  46. ===================================================================
  47.