home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / odbcpa22.zip / IBSS08.HLP (.txt) < prev    next >
OS/2 Help File  |  1998-04-20  |  6KB  |  127 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Configuring a SQL Server Data Source ΓòÉΓòÉΓòÉ
  3.  
  4. Data Source Name: 
  5.           A string that identifies this SQL Server data source configuration in 
  6.           ODBC.INI.  Examples include "Accounting" or "SQL Server-Serv1." 
  7.  
  8. Description: 
  9.           An optional long description of a data source name. For example, "My 
  10.           Accounting Database" or "SQL Server on Server number 1." 
  11.  
  12. Server Name: 
  13.           The name of the server that contains the desired database. 
  14.  
  15. Database Name: 
  16.           The name of the database to which you want to connect by default.  If 
  17.           you do not specify a value, the default database defined by SQL 
  18.           Server is used. 
  19.  
  20. The following values are optional: 
  21.  
  22. Server List: 
  23.           A comma-separated list of servers that will appear in the logon 
  24.           dialog box. 
  25.  
  26. Database List: 
  27.           The databases that will be available in the SQL Server Logon Options 
  28.           dialog box.  Separate the names with commas. 
  29.  
  30. Default Logon ID: 
  31.           The default logon ID used to connect to your SQL Server database. 
  32.           This ID is case-sensitive.  A logon ID is required only if security 
  33.           is enabled on your database.  Your ODBC application may override this 
  34.           value or you may override this value in the logon dialog box or 
  35.           connection string. 
  36.  
  37. Language: 
  38.           The national language to be used by the client.  The default is 
  39.           English. 
  40.  
  41. Application Name: 
  42.           The name SQL Server uses to identify your application. 
  43.  
  44. Workstation ID: 
  45.           The workstation ID used by the client. 
  46.  
  47. Cursor Cache Size: 
  48.           The number of cursors the cursor cache can hold. The driver creates a 
  49.           cache of statements; each statement represents an open connection to 
  50.           SQL Server.  The cursor cache increases performance but uses database 
  51.           resources.  The default is 1 (one cursor). 
  52.  
  53. Yield Proc: 
  54.           This attribute is not available in OS/2. A numeric value that 
  55.           determines whether you can work in other applications when SQL Server 
  56.           is busy.  This attribute is useful to users of ODBC applications. 
  57.  
  58. Character Conversion: 
  59.           This value controls the character set conversion between SQL Server 
  60.           (version 4.8 or later) and a client application.  If you omit this 
  61.           value, no character conversion takes place on your server. Common 
  62.           values include iso-1 for ISO-8859-1, cp850 for Code Page 850, roman8 
  63.           for Roman8 character set, and SJIS for a Japanese character set.  See 
  64.           your SQL Server documentation for a complete list of values. 
  65.  
  66. Cancel Behavior: 
  67.           A value that specifies how a previously executed statement should be 
  68.           canceled.  Valid values are 
  69.  
  70.    0         fetches all of the remaining records if the statement was a 
  71.              Select. 
  72.  
  73.    1         cancels the statement by calling dbcancel.  This is the default 
  74.              and should be used if dbcancel is supported in your client/server 
  75.              configuration. 
  76.  
  77.    2         closes the connection to the server for the statement.  Use this 
  78.              value only if dbcancel is not supported for your configuration and 
  79.              the performance of fetching all remaining records is unacceptable. 
  80.  
  81. Using Gateway: 
  82.           Select this check box if you are using Sybase Net-Gateway to access a 
  83.           DB2 database with this data source. 
  84.  
  85. NETAPI.DLL Library Available: 
  86.           The driver uses NETAPI.DLL to get the name of your workstation.  Most 
  87.           major PC networks support this feature.  If your network supports 
  88.           this capability, select this option.  If you supply a workstation ID, 
  89.           this field is ignored. 
  90.  
  91. Two-Phase Commit: 
  92.           This check box, when selected, enables you to have two active 
  93.           statements within a transaction, using the SQL Server two-phase 
  94.           commit services.  The active statements may deadlock if they 
  95.           reference the same SQL Server table. 
  96.  
  97. Translate 
  98.  
  99. Displays the Select Translator dialog box to allow you to perform  a 
  100. translation of your data from one character set to another. Choose the 
  101. INTERSOLV OEM ANSI translator to translate your data from the IBM PC character 
  102. set to the ANSI character set. 
  103.  
  104.  
  105. ΓòÉΓòÉΓòÉ 2. Logon to SQL Server ΓòÉΓòÉΓòÉ
  106.  
  107. Server Name: 
  108.           Type the name of the server containing the SQL Server database tables 
  109.           you want to access (case-sensitive) or select the name from Server 
  110.           Name box, which displays the server names you specified in the Setup 
  111.           dialog box. 
  112.  
  113. Login ID: 
  114.           If required, type your Login ID (case-sensitive). 
  115.  
  116. Password: 
  117.           If required, type your password for the system (case-sensitive). 
  118.  
  119.  
  120. ΓòÉΓòÉΓòÉ 3. SQL Server Logon Options ΓòÉΓòÉΓòÉ
  121.  
  122. Database Name: Type the name of the initial SQL Server database to connect to 
  123.           or select the name from the drop-down list. If not supplied, the 
  124.           default database defined by SQL Server is used. 
  125.  
  126. Workstation ID: Type the name of your workstation. 
  127.