home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / software / 3319 < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.4 KB  |  65 lines

  1. Newsgroups: comp.sys.next.software
  2. Path: sparky!uunet!gatech!darwin.sura.net!haven.umd.edu!wam.umd.edu!usenet
  3. From: gravatt@next02wor.wam.umd.edu (Robert Howerton Gravatt)
  4. Subject: Using Sybase SQL
  5. Message-ID: <1993Jan7.213021.18871@wam.umd.edu>
  6. Sender: usenet@wam.umd.edu (USENET News system)
  7. Nntp-Posting-Host: next12csc.wam.umd.edu
  8. Reply-To: gravatt@wam.umd.edu
  9. Organization: Workstations at Maryland, University of Maryland, College Park
  10. Date: Thu, 7 Jan 1993 21:30:21 GMT
  11. Lines: 52
  12.  
  13. Hi:
  14.  
  15. I recently posted a request for help on Sybase and have gotten a litte  
  16. further, but I am still in trouble.
  17.  
  18. 1) The Sybase that I am using is version 4.0.2 shipped with NeXTStep 2.x  
  19. as /NextLibrary/Packages/ThirdParty.orig/Sybase_DB-Library.pkg, not with  
  20. 1.0 as I earlier reported.
  21.  
  22. 2) Upon my efforts and upon review of Doug Clapp's "The NeXT Bible", I  
  23. have noticed that the "Sybase" which was shipped with NeXTStep v 1.0 was  
  24. Sybase v. 4.0.  However, version 4.0 of "Sybase" has files that version  
  25. 4.0.2 does not.  Version 4.0.2 looks like:
  26.  
  27. next12csc> pwd
  28. /afs/.Automount/nd.edu/next_mach30/usr/sybase
  29. next12csc> ls -l
  30. total 23
  31. drwxr-xr-x  2 sybase      2048 Oct 12  1990 bin/
  32. drwxrwxrwx  2 sybase      2048 Oct 10  1990 database/
  33. drwxr-xr-x  3 sybase      6144 Oct 12  1990 doc/
  34. drwxr-xr-x  2 sybase      2048 Oct 12  1990 include/
  35. drwxr-xr-x  3 sybase      2048 Oct 12  1990 install/
  36. -rw-rw-rw-  1 sybase       545 Jan  3  1990 interfaces
  37. drwxr-xr-x  2 sybase      2048 Nov 13 14:46 lib/
  38. drwxr-xr-x  2 sybase      2048 Oct 12  1990 msgs/
  39. drwxr-xr-x  3 sybase      2048 Oct 12  1990 sample/
  40. drwxr-xr-x  2 sybase      2048 Oct 12  1990 scripts/
  41.  
  42. It does not however have any of the executatbles in /usr/sybase/intall
  43. that v. 4.0 does such as intallserver and startserver.  Moreover the
  44. "samples" in .../sample which rely upon things in .../install that aren't  
  45. there.
  46.  
  47. My questions are:
  48.  
  49. A)  Is the "Sybase" 4.0.2 the whole enchilata or some subpart that does
  50. not include SQL Server but only DB-Library ?
  51.  
  52. B)  What is an SQL "server" anyway ? 
  53.  
  54. C)  Assuming that you do not have write permission to /usr/sybase and wish  
  55. to keep your own personal interfaces file in your home directory, what do  
  56. you need to have in this file and how do you set the enviroment variables  
  57. etc. so you don't get:
  58.  
  59. Operating-system error:
  60.         Connection refused
  61. DB-Library: Unable to connect: SQL Server is unavailable or does not  
  62. exist.
  63.  
  64.  
  65.