home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / NeXTanswers / AsciiFiles / Patches / InterbaseAdaptor / 1543_InterbaseAdaptor_Install.txt next >
Encoding:
Text File  |  1994-03-14  |  1.8 KB  |  37 lines

  1. This NeXTAnswer covers some basic installation tips in order to use your Interbase adaptor in conjunction with a remote Interbase server. If you have more specific questions about the server capabilities, please direct them to Borland Technical Support.
  2.  
  3.  1. Before Installing:
  4.  
  5. * Install your Interbase adaptor into /NextLibrary/Adaptors. The Interbase adaptor is available from NeXT by contacting:  <frontline--enter the correct information similar to drivers, etc. after we make it available to them>
  6.  
  7. *  Make sure that you have Interbase version 3.3D or greater.
  8.  
  9. *  Make a directory /usr/interbase before you install the Interbase package and put in a valid isc_license.data file which must be supplied by Borland. This file is not included in the Interbase.pkg.
  10.  
  11. 2. After Installing:
  12.  
  13. * If you install the server on a standalone machine, and then attach it to a NetInfo network, you need to run the folowing command as root:
  14.  
  15.     localhost# niload services / < /usr/interbase/services.isc
  16.  
  17. because services have to loaded into the root domain of the machine you are using.
  18.  
  19.  Miscellaneous Notes:
  20.  
  21. * To access an Interbase server from a NEXTSTEP client machine, you must do 3 things:
  22. *  Add the following entry into your /etc/services file:
  23.         gds_db        3050/tcp
  24.         
  25. *  Install the gds_pipe executable in /usr/interbase/bin (supplied by Borland)
  26. *  Install a valid isc_license.data file in /usr/interbase (supplied by Borland).
  27.  
  28. * To initialize the connection to a particular database, use qli which equivalent of Oracle's sqlplus or Sybase's isql. This command  is located in /usr/interbase/bin/qli. At the qli prompt,  type:
  29.     ready /myDirectory/mydatabase.gdb
  30.  
  31.  If the database is in your working directory, you only need to specify its name; otherwise, the full pathname is needed.
  32.  Note that you must have read and write permissions on the actual file.
  33.  
  34. QAxxxx
  35.  
  36. Valid for  3.2
  37.