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

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Configuring a SQLBase Data Source ΓòÉΓòÉΓòÉ
  3.  
  4. Data Source Name:
  5.           A string that identifies this SQLBase data source configuration in 
  6.           ODBC.INI.  Examples include "Accounting" or "SQLBase-Serv1." 
  7.  
  8.           Description:
  9.           An optional long description of a data source name. For example, "My 
  10.           Accounting Database" or "SQLBase on Server number 1." 
  11.  
  12. Database  Name:
  13.           The name of the database to which you want to connect by default. 
  14.  
  15.           The following values are optional: 
  16.  
  17. Server Name: 
  18.           The name of the server that contains the desired database.  Specify 
  19.           the word LOCAL if you are using the local server. 
  20.  
  21.           The server name is not required to log on.  The logon dialog box 
  22.           appears more quickly if you do not specify a server name.  If you do 
  23.           specify a server name, the Database Name drop-down list in the logon 
  24.           dialog box is populated with the names of the databases available on 
  25.           that server. 
  26.  
  27. Server List: 
  28.           A comma-separated list of servers that will appear in the Logon 
  29.           dialog box.  Specify LOCAL to add the local server to the list. 
  30.  
  31. Default User Name: 
  32.           The default user name used to connect to your SQLBase database.  A 
  33.           user name is required only if security is enabled on your database. 
  34.           Your ODBC application may override this value or you may override 
  35.           this value in the logon dialog box or connection string. 
  36.  
  37. Cursor Cache Size: 
  38.           The number of cursors the cursor cache can hold. The default is 6. 
  39.  
  40. Yield Proc: 
  41.           This attribute is not available in OS/2. A numeric value that 
  42.           determines whether you can work in other applications when SQLBase is 
  43.           busy. 
  44.  
  45. Input Message Size:
  46.           The number of bytes in the input message buffer.  The default is 
  47.           determined by SQLBase.  Increasing this value retrieves more records 
  48.           across the network in a single fetch. 
  49.  
  50. Lock Time Out: 
  51.           The number of seconds SQLBase should wait for a lock to be freed 
  52.           before raising an error.  Values can be -1 (wait forever) to 1800; 
  53.           the default is 300. 
  54.  
  55. No        Recovery:
  56.           Select this check box to disable transaction recovery. Selecting this 
  57.           box is dangerous because your database can become inconsistent in the 
  58.           event of a system crash. 
  59.  
  60. Release   Plan:
  61.           A number that determines whether a lock is maintained on a table when 
  62.           the cursors accessing the table are freed. Freeing the lock on the 
  63.           table results in a request to the server, which can decrease 
  64.           performance. No locks are freed when this option is set to the 
  65.           default, 0. Locks are freed when this option is set to 1. 
  66.  
  67. Translate 
  68.  
  69. Displays the Select Translator dialog box to allow you to perform  a 
  70. translation of your data from one character set to another. Choose the 
  71. INTERSOLV OEM ANSI translator to translate your data from the IBM PC character 
  72. set to the ANSI character set 
  73.  
  74.  
  75. ΓòÉΓòÉΓòÉ 2. Logon to SQLBase ΓòÉΓòÉΓòÉ
  76.  
  77. Server    Name:
  78.           Optionally, type the name of the server containing the SQLBase 
  79.           database tables you want to access or select the name from the Server 
  80.           Name drop-down list, which displays the server names you specified in 
  81.           the Setup dialog box. Type the word LOCAL to access a local SQLBase 
  82.           database system. 
  83.  
  84. Database  Name:
  85.           Type the name of the database you wish to access or select the name 
  86.           from the the Database Name drop-down list. 
  87.  
  88. User      Name:
  89.           If required, type your user name. 
  90.