home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / lan2 / blts.lzh / BLT10 < prev    next >
Text File  |  1989-09-14  |  5KB  |  95 lines

  1.  
  2.  
  3.  
  4.  
  5. The following information was compiled by Borland technical support and is
  6. posted unmodified (except for this message and our address) as taken from
  7. CompuServe's BORAPP forum.
  8.  
  9.  
  10. ============== INSTALLING PARADOX 3.0 ON THE LANtastic NETWORK ===============
  11.                                   3/16/89
  12. The LANtastic Network, by Artisoft (575 E. River Rd., Tucson, AZ 85704 (602-
  13. 293-6363)) is a low-cost non-dedicated network that is fully NETBIOS
  14. compatible.  Paradox 3.0 was installed and tested on LANtastic (version
  15. current as of 3/16/89).  Trasfer rate on the network boards is 2mbs, not
  16. bad considering the cost of the entire net.  The following paragraphs walk you
  17. through the installation.
  18.  
  19. Installation of the LANtastic network itself is very straightforward and
  20. easy.  The purpose of this technote is NOT to explain the installation of
  21. LANtastic, but rather the installation of Paradox 3.0 on LANtastic.  It is
  22. assumed that you have installed LANtastic and have it running.  Your file
  23. server, which is also a workstation, has a C: drive and you are logged in
  24. as the supervisor (ie. in LANtastic lingo, the "manager", if you followed
  25. the LANtastic installation accordingly).
  26.  
  27. In terms of LANtastic, there's really only 1 thing you must do in order to
  28. prepare it for use with Paradox: you must set up a directory to be used as
  29. the location of the PARADOX.NET file - this will also be the shared data
  30. directory.  As per the Paradox manuals, this directory should be called
  31.  
  32.                               \PDOXDATA
  33.  
  34. All users should have all rights to this directory since it will be a
  35. shared directory.  The PARADOX.NET control file will be stored in this
  36. directory.  From the root directory on your C: drive, type in
  37.  
  38.                              MD PDOXDATA
  39.  
  40. You now have a \PDOXDATA directory.
  41.  
  42. Assuming you're logged in as the "manager" and sitting at the DOS prompt,
  43. load the NET_MGR.EXE program supplied by LANtastic.  This program will
  44. allow you to map a share-name to the C:\PDOXDATA directory.  When the
  45. NET_MGR program loads, choose the "Network access information" choice
  46. from the menu.  You will then get a list of your current share-names and
  47. directories that they're linked to.  Press the [Ins] key on your keyboard
  48. to add a new share-name.  You'll be prompted for the "..name of the link
  49. directory or @Device".  Type in "PDOXDATA" and press [Enter].  You'll then
  50. be returned to the list of current share-names.  Select the PDOXDATA choice
  51. and press [Enter].  You'll then get a menu of choices, one of which will be
  52. "Link path".  Choose this option and type in "C:\PDOXDATA" and press [Enter].
  53. Now press [Esc] a couple of times to return to the DOS prompt.
  54.  
  55. You'll now have to edit you AUTOEXEC.BAT file and add the following line:
  56.  
  57.                     NET USE E: \\SERVER1\PDOXDATA
  58.  
  59. where SERVER1 is the name you gave to your file server when you installed
  60. LANtastic.  That's it for the LANtastic end of it!
  61.  
  62. Now install Paradox according to the directions in the Paradox manuals.
  63. Log onto the C: drive of the file server as "manager" and make sure you're
  64. in the root directory and the Paradox installation is in your A: drive,
  65. type in:
  66.                               A:INSTALL
  67.  
  68. Answer "Yes" when asked if you'll be installing Paradox on a network, choose
  69. "Other" for network type (number 7) and for the location of the network
  70. control file, type in "E:".  Continue the installation as instructed by the
  71. Paradox manuals.
  72.  
  73. Once Paradox has been installed, go to the \PARADOX3 directory and use the
  74. DOS ATTRIB command to make all the files except PARADOX3.SOM read-only:
  75.  
  76.                          ATTRIB +R *.*
  77.                          ATTRIB -R PARADOX3.SOM
  78.  
  79. When you load Paradox, load it with the -SHARE option:
  80.  
  81.                           PARADOX3 -SHARE
  82.  
  83. This lets Paradox know that you want it to treat the local drive (the
  84. server's C: drive) as a network drive.  This is necessary since this is
  85. a non-dedicated network.  Be sure to play the CUSTOM script for each user
  86. to specify their username and the location of their private directory.
  87. That's it!
  88.  
  89. I tested this on 2 Compaq portables, 2 net boards supplied by ArtiSoft,
  90. each station had 640K RAM and a monochrome monitor.  Performance was good
  91. and all file/record locking worked correctly.
  92.  
  93.                                         Peter M. Jagielski
  94.                                         Borland International
  95.                                         Technical Support Engineer