home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a025 / 9.ddi / INSTALL / README.CSR < prev    next >
Encoding:
Text File  |  1992-09-02  |  4.5 KB  |  129 lines

  1.  
  2.  
  3.  
  4.           ======================================================
  5.           Cursor Support Catalogue Store Procedures Installation
  6.                  Date: 8/24/92
  7.           ======================================================
  8.  
  9.  
  10.  
  11. Overview
  12. --------
  13. SQL Servers version 4.2 on all platforms, except the OS/2 SQL Server 4.2
  14. and the Novell SQL Server 4.2, lack the sets of catalogue store procedures 
  15. and tables that support cursor in DB-Library 4.2.
  16.  
  17. SQL Servers version 4.8 and above in all platforms also lack the sets
  18. of catalogue store procedures and tables that support cursor in DB-Library
  19. 4.2.
  20.  
  21. This README.CSR file describes how to install the necessary cursor support
  22. catalogue store procedures and tables to the SQL Server from a PC client
  23. machine and thus enable the cursor capability in DB-Library 4.2.
  24.  
  25. The cursor support catalogue store procedures and tables are installed
  26. by running two SQL script files, INST42.SQL and INST48.SQL.
  27.  
  28. The INST42.SQL script file is for all the 4.2 SQL Server on different
  29. platforms.  The INST48.SQL script file is for all the 4.8 and above
  30. SQL Servers.  Please use the correct SQL script file when installing it
  31. to your SQL Server.
  32.  
  33. Note: The OS/2 SQL Server 4.2 and the Novell SQL Server 4.2 do not need to
  34.       go through this procedure since the cursor support catalogue store
  35.       procedures and tables have been added to the system catalogue when
  36.       these SQL Servers are installed on your machine.
  37.  
  38.  
  39.  
  40. Requirement
  41. -----------
  42. This installation assumes that you have already installed the 
  43. corresponding DB-Library 4.2 and Net-Library for DOS, Windows 3.x, 
  44. or OS/2 on the PC client machine.  In other words, you can connect to 
  45. your SQL Server from the PC client machine through ISQL in DOS and OS/2,
  46. or WDBPING in Windows without problem.
  47.  
  48.  
  49.  
  50. Installation from a DOS or OS/2 PC client machine
  51. -------------------------------------------------
  52. 1.  Go to the sub-directory INSTALL under your SQL directory.
  53.  
  54.     c:
  55.     cd c:\sql\install
  56.  
  57.     If your SQL directory is on a different drive or different
  58.     directory, substitute them here accordingly.
  59.  
  60. 2.  Install to a SQL Server 4.2 by typing:
  61.  
  62.     isql -Usa -Ppassword -Sserver_name < INST42.SQL
  63.  
  64.     or install to a SQL Server 4.8 or above by typing:
  65.  
  66.     isql -Usa -Ppassword -Sserver_name < INST48.SQL
  67.  
  68.     where 'sa' is the system administor user name in the SQL Server,
  69.     'password' is the sa's password to the SQL Server, and the
  70.     'server_name' is the name of the SQL Server you want to install
  71.     the cursor support catalogue store procedures.
  72.  
  73.  
  74. Note: If for any reason the installation process is halted, you can 
  75.       restart the installation process again without any problem.
  76.       The SQL script will detect the previously installed cursor
  77.       store procedures and remove them.
  78.  
  79.  
  80.  
  81.  
  82. Installation from a Windows 3.x PC client machine
  83. -------------------------------------------------
  84. Note:  The installation assume you have Windows 3.x running and you can
  85. WDBPING from your Windows PC client to your SQL Server.
  86.  
  87. 1.  Go to the sub-directory INSTALL under your SQL directory.
  88.  
  89.     c:
  90.     cd c:\sql\install
  91.  
  92.     If your SQL directory is on a different drive or different
  93.     directory, substitute them here accordingly.
  94.  
  95. 2.  Start the Windows installation program by typing
  96.  
  97.     win scip.exe
  98.  
  99. 3.  Inside the SCIP program, pick the correct script to install by clicking 
  100.     the server 4.2 or 4.8 radio button.
  101.  
  102. 4.  You can mark the optional Message Checkbox to see the messages coming
  103.     back from the server.  The default is to turn it off.
  104.  
  105. 5.  Click on the Install button to start the installation process.
  106.  
  107.  
  108. Note: If for any reason the installation process is halted, you can 
  109.       restart the installation process again without any problem.
  110.       The SQL script will detect the previously installed cursor
  111.       store procedures and remove them.
  112.  
  113.  
  114.  
  115.  
  116. Problem
  117. -------
  118. - If you encounter the problem that the 'master' database is out of 
  119. space, use ALTER DATABASE to enlarge the 'master' database's data space
  120. and start the installation process again.
  121.  
  122. - If you add the Windows cursor script installation program SCIP.EXE
  123. as an item to one of your Windows desktop group, please specify the
  124. working directory to the directory containing SCIP.EXE, INST42.SQL,
  125. and INST48.SQL.
  126.  
  127. - The cursor functions will not work on the SQL Server 4.2 on a Sun 3
  128. machine.  Sun 3 is a platform that Sybase no longer support.  The
  129. cursor functions will work on Sun 4 and later machine.