home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0430 - 0439 / ibm0430-0439 / ibm0438.tar / ibm0438 / SQL42106.ZIP / SQL421A.006 / SQL / CLIENTS / ODBC / NETSETUP / README.TXT < prev    next >
Encoding:
Text File  |  1994-07-14  |  4.0 KB  |  112 lines

  1. __________________________________________________
  2.  
  3. MICROSOFT ODBC SQL SERVER DRIVER 2.0 RELEASE NOTES
  4. __________________________________________________
  5.  
  6. This revision the Microsoft ODBC SQL Server Driver contains the following 
  7. new features:
  8. 1.  16 and 32-bit support.
  9. 2.  ODBC 2.0 compliant
  10. 3.  Win32s and Windows on Windows (WOW) support
  11. 4.  Support for Windows Sockets netlib shipping with SQL Server 4.21
  12. 5.  Configurable net packet size (connection option)
  13. 6.  Support for setting remote passwords for RPC (connection option)
  14. 7.  Performance enhancements (see below)
  15.  
  16. For futher information on the above features, see the 
  17. ODBC version 2.0 Programmer's Reference and the SQL Server Help file, 
  18. DRVSSRVR.HLP, which will be installed in the WINDOWS\SYSTEM or 
  19. WINDOWS\SYSTEM32 directory.
  20.  
  21. _______________________________________
  22. SUPPORTED SQL SERVER PLATFORMS
  23.  
  24. The Microsoft ODBC SQL Server Driver 2.0 supports Microsoft SQL Server 4.2 
  25. and later versions.  Do not use this driver with Microsoft SQL Server 1.1 or
  26. 1.1.1 or any Sybase SQL Servers.
  27.  
  28. _______________________________________
  29. INSTALLATION
  30.  
  31. The Microsoft ODBC SQL Server Driver 2.0 supports the following operating
  32. systems:
  33.  
  34. o Windows 3.1
  35. o Windows for Workgroups 3.1
  36. o Win32s
  37. o Windows NT
  38. o Windows on Windows (WOW) subsystem for NT
  39.  
  40. The following are installation instructions for the different operating
  41. systems.
  42.  
  43. ---------------------------------------------------
  44. Windows 3.1, Windows for Workgroups 3.1, and Win32s
  45. ---------------------------------------------------
  46.  
  47. 1.  Run a:\SETUP.EXE
  48.  
  49. 2.  The setup will give you instructions to proceed with installation.  If
  50.     you need help during the installation, press the "Help" button.
  51.  
  52. Please be aware that the 16-bit driver will replace the 1.x version.  If 
  53. you wish to keep the 1.x version, please make a back-up copy of SQLSRVR.DLL
  54. and DRVSSRVR.HLP which can be found in your WINDOWS\SYSTEM directory.
  55.  
  56. ----------
  57. Windows NT
  58. ----------
  59.  
  60. 1.  Run a:\32i\SETUP.EXE
  61.  
  62. 2.  The setup will give you instructions to proceed with installation.  If
  63.     you need help during the installation, press the "Help" button.
  64.  
  65. ----------------------------------
  66. Windows on Windows (WOW) Subsystem
  67. ----------------------------------
  68.  
  69. This installation will allow a 16-bit application such as Microsoft Access
  70. to use the 32-bit SQL Server Driver 2.0.  This is supported only from the 
  71. WOW subsystem under Windows NT.
  72.  
  73. 1.  Install the 16-bit driver following the installation procedures above 
  74.     for Windows 3.1 and Windows for Workgroups 3.1
  75.  
  76. 2.  Install the 32-bit driver following the installation procedures above 
  77.     for Windows NT.
  78.  
  79. _______________________________________
  80. INSTCAT.SQL
  81.  
  82. There are new catalog stored procedures for this driver.  
  83. If you are using a version of Microsoft SQL Server other than 
  84. version 4.21a, these stored procedures must be installed on SQL Server 
  85. before using the driver.  For information on how to install the catalog 
  86. stored procedures, see the "Installing the Catalog Stored Procedures" 
  87. topic in the driver help file (DRVSSRVR.HLP).
  88.  
  89. _______________________________________
  90. PERFORMANCE ENHANCEMENTS
  91.  
  92. The Microsoft ODBC SQL Server driver 2.0 provides the option of generating
  93. stored procudures for prepared statements.  When this option is selected,
  94. the Microsoft SQL Server driver prepares a statement by placing it in a
  95. procedure and compiling that procedure.  This option is avaiable in the
  96. driver setup dialog box in the ODBC control panel.  This option is selected
  97. by default.
  98.  
  99. This driver also provides faster connections to data sources.  In addition 
  100. to improving the regular connection time, this driver provide a Fast 
  101. Connect option.  This option is used to disable the execution of ODBC 
  102. informational queries at connect time.  The informational queries are 
  103. deferred until they are needed.
  104.  
  105. For more information about the "Generate Stored Procedures for Prepared
  106. Statements" and "Fast Connect" options, see the driver help file 
  107. (DRVSSRVR.HLP).
  108.  
  109.  
  110.  
  111.  
  112.