home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / sybase / 503 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  2.1 KB

  1. Path: sparky!uunet!infoserv!swilder!swilder
  2. Message-ID: <765327d6993855t2@infoserv.com>
  3. Date: Tuesday, 15 December 1992 19:11:06 PDT
  4. X-Mailer: TMail version 1.13
  5. From: "Steven K. Wilder" <swilder@infoserv.com>
  6. Organization: Private
  7. References: <allenm.724399867@wizard.ucs.sfu.ca>
  8. Subject: Re: Unix Sybase Access to OS/2 SQLServer?
  9. Newsgroups: comp.databases.sybase
  10. Distribution: world
  11. Lines: 41
  12.  
  13. In <allenm.724399867@wizard.ucs.sfu.ca>, allenm@sfu.ca (Allen Mar)  wrote:
  14. > Can anyone tell me how to access Microsoft SQLServer on an OS/2 server
  15. > from a Unix client?  [etc.- removed]  I've been told the SQLServer
  16. > won't talk to TCP/IP though.  Is that right?  What is the explanation for
  17. > this I wonder?
  18. > Must I get Microsoft SQL Bridge to accomplish this task?
  19.              ^^^^^^^^^^^^^^^^^^^^
  20.                   Probably.
  21.  
  22. The situation is this; Sybase typically uses sockets to 
  23. communicate between server and client; OS/2 provides an alternative
  24. called "named pipes." Although named pipes are protocol-independent,
  25. they are typically only implemented as an abstraction layer for 
  26. NetBIOS on PC networks, especially MS LAN Manager and IBM LAN Server
  27. (OS/2 based servers).
  28.  
  29. If I remember correctly, SQL Bridge gives Microsoft SQL Server a 
  30. sockets interface to let it communicate with non named pipes servers
  31. and clients.
  32.  
  33. The problem isn't that the MS SQL Server won't talk TCP/IP (it is
  34. in fact protocol-independent), it's just that it requires a named
  35. pipes interface to clients, rather than the standard sockets Unix
  36. clients are equipped to handle.
  37.  
  38. P.S., This will probably change as Microsoft has broadly demonstrated
  39. their intent to support sockets in future versions, esp SQL Server for
  40. Windows NT.
  41.  
  42. > Allen Mar
  43. > allenm@wizard.ucs.sfu.ca
  44.  
  45. ---------------------------------------------------------------------------
  46. Steven Wilder  | swilder@infoserv.com        | "Pure drivel tends to drive
  47.                | swilder@msmail.arc.nasa.gov |  away ordinary drivel."
  48. ---------------------------------------------------------------------------
  49. Opinions above not necessarily shared by any groups with which I associate.
  50.