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

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Configuring an MDI Data Source ΓòÉΓòÉΓòÉ
  3.  
  4. Data Source Name:  A string that identifies this MicroDecisionware data source 
  5. configuration in ODBC.INI.  Examples include "Accounting" or "MicroDecisionware 
  6. Serv1." 
  7.  
  8. Description:  An optional long description of a data source name.  For example, 
  9. "My Accounting Database" or "MicroDecisionware on Server number 1." 
  10.  
  11. Server Name:  The name of the OS/2 server running the MicroDecisionware 
  12. Database Gateway.  This value will appear as the initial default in the logon 
  13. dialog box. 
  14.  
  15. The following values are optional: 
  16.  
  17. Server List:  The list of servers that will appear in the logon dialog box. 
  18. Separate the server names with commas. 
  19.  
  20. Default Authorization ID:  The default authorization ID used to connect to your 
  21. DB2 database.  This ID is case-sensitive.  An authorization ID is required only 
  22. if security is enabled on your database.  Your ODBC application may override 
  23. this value or you may override this value in the logon dialog box. 
  24.  
  25. Groups:  A list of the groups to which you belong, used to determine which 
  26. tables you can access.  Separate each group name with a comma.  Alternatively, 
  27. enter the word ALL so that you can see all table names even if you cannot 
  28. access the table. 
  29.  
  30. Application Name:  The name used to identify your application. 
  31.  
  32. Workstation ID:  The workstation ID used by the MicroDecisionware Database 
  33. Gateway. 
  34.  
  35. Cancel Behavior:  A value to specify how a previously executed statement should 
  36. be canceled. 
  37.  
  38. n0 fetches all remaining records if the statement was a Select. 
  39.  
  40. n1 cancels the statement by calling dbcancel.  This is the default. 
  41.  
  42. n2 closes the connection to the server for the statement. 
  43.  
  44. Yield Proc:  A numeric value that determines whether you can work in other 
  45. applications when the gateway is busy. This attribute is useful to users of 
  46. ODBC applications.  Valid values are: 
  47.  
  48. n0 (peek and dispatch), which causes the driver to check the Windows message 
  49. queue and send any messages to the appropriate Windows application. 
  50.  
  51. n1 (no yielding, the default), which does not let you work in other 
  52. applications. 
  53.  
  54. n3 (dispatch via Windows Yield function), which turns control over to the 
  55. Windows kernel.  The Windows kernel checks the message queue and sends any 
  56. messages to the appropriate application window. 
  57.  
  58. It is recommended that you use the value 1.  The values 0 and 3 do not work 
  59. with all Windows applications. 
  60.  
  61. Owner of Catalog Tables: The owner of views of the system tables.  The tables 
  62. themselves are owned by SYSIBM.  If you have read access to the system tables, 
  63. this option does not have to be changed.  If you do not have read access, the 
  64. database administrator must create a view of the system tables in another 
  65. account and give you permission to use the view.  Enter the authorization ID 
  66. for the account that owns the views for the system tables. 
  67.  
  68. Tablespace to Create Tables in:  The name of the tablespace in which new tables 
  69. are stored.  For example, DSNDB04. 
  70.  
  71. DB2 Site Allows User to Log On More Than Once:  A check box that specifies that 
  72. your site lets a user log on to DB2 more than once. Selecting this check box 
  73. may improve performance. 
  74.  
  75. NETAPI.DLL Library Available:  A check box that specifies that the driver can 
  76. use NETAPI.DLL to get the name of your workstation.  Most major PC networks 
  77. support this feature.  If your network does not support this capability, 
  78. deselect this option.  If you supply a workstation ID, this setting is ignored. 
  79.  
  80. Translate: Displays the Select Translator dialog box to allow you to perform a 
  81. translation of your data from one character set to another. Choose the 
  82. INTERSOLV OEM ANSI translator to translate your data from the IBM PC character 
  83. set to the ANSI character set. 
  84.  
  85.  
  86. ΓòÉΓòÉΓòÉ 2. Logon to MDI ΓòÉΓòÉΓòÉ
  87.  
  88. Server Name:  Enter the name of the OS/2 server running the Database Gateway 
  89. you wish to access or select the name from the Gateway Server box, which 
  90. displays the server names specified in the Setup dialog box. 
  91.  
  92. Login ID:  Enter your Authorization ID (case-sensitive). 
  93.  
  94. Password:  Enter your password for the system (case-sensitive).