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

  1. Path: sparky!uunet!spool.mu.edu!agate!ucbvax!mtxinu!sybase!cosmo!davidvc
  2. From: davidvc@cosmo.sybase.com (David Van Couvering)
  3. Newsgroups: comp.databases.sybase
  4. Subject: Re: Network Protocol
  5. Message-ID: <27258@sybase.sybase.com>
  6. Date: 16 Dec 92 23:29:14 GMT
  7. References: <9212111843.AA15163@cs.columbia.edu>
  8. Sender: news@Sybase.COM
  9. Lines: 32
  10.  
  11. In article <9212111843.AA15163@cs.columbia.edu>, li@cs.columbia.edu (Zhe Li) writes:
  12. |> 
  13. |> Does anyone know which protocol is used to handle SQL batch commands
  14. |> transmission and related network requirements in Sybase? TCP/UDP or
  15. |> its own designed protocols? Anywhere to find more information about this? 
  16. |> 
  17. |> Thanks a bunch!
  18. |> 
  19. |> --lee
  20. |> please email to: li@cs.columbia.edu
  21.  
  22. Sybase uses its own published protocol called "Tabular Data Stream" or 
  23. "TDS." This runs on top of the many different standard network 
  24. protocols (e.g. TCP-IP, DecNet, etc.)
  25.  
  26. I don't know how you can get your hands on the published specs for
  27. the TDS protocol -- your sales contact should be able to assist you
  28. with this.  
  29.  
  30. However, Open Client is the standard method of accessing the SQL Server;
  31. it is a (fairly) simple API that translates your requests into TDS 
  32. sent over the network to the SQL Server.  Results are then read back
  33. from the server in TDS; these results are translated and then made 
  34. available via other Open Client API calls.
  35.  
  36. Hope this helps,
  37.  
  38. David
  39. -- 
  40. davidvc@sybase.com | {pacbell,lll-tis,pyramid,sun}!sybase!davidvc
  41. David Van Couvering Sybase 1650 65th Street Emeryville, CA  94608
  42. - Opinions expressed here are mine and not necessarily those of Sybase -
  43.