ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaik_5.4.0.1/rzaikconnstrkeywordsservprop.htm

130 lines
8.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="Connection string keywords - Server Properties" />
<meta name="abstract" content="Use these iSeries Access ODBC driver connection string keywords to change Server properties of the ODBC connection." />
<meta name="description" content="Use these iSeries Access ODBC driver connection string keywords to change Server properties of the ODBC connection." />
<meta name="DC.Relation" scheme="URI" content="connectkeywords.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzaikconnstrkeywordsservprop" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Connection string keywords - Server Properties</title>
</head>
<body id="rzaikconnstrkeywordsservprop"><a name="rzaikconnstrkeywordsservprop"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Connection string keywords - Server Properties</h1>
<div><p>Use these iSeries™ Access ODBC driver connection string keywords
to change Server properties of the ODBC connection.</p>
<div class="section"><p>The following table lists connection string keywords for Server
properties that are recognized by the iSeries Access ODBC driver:</p>
</div>
<div class="section">
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption>Table 1. iSeries Access ODBC connection string keywords for
Server properties</caption><thead align="left"><tr><th align="center" valign="middle" width="21.73913043478261%" id="d0e35">Keyword</th>
<th align="center" valign="middle" width="35.177865612648226%" id="d0e37">Description</th>
<th align="center" valign="middle" width="33.59683794466403%" id="d0e39">Choices</th>
<th align="center" valign="middle" width="9.486166007905137%" id="d0e41">Default</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="21.73913043478261%" headers="d0e35 ">CMT or CommitMode</td>
<td valign="top" width="35.177865612648226%" headers="d0e37 ">Specifies the default transaction isolation level.</td>
<td valign="top" width="33.59683794466403%" headers="d0e39 ">0 = Commit immediate (*NONE) <p>1 = Read committed (*CS)</p>
<p>2
= Read uncommitted (*CHG)</p>
<p>3 = Repeatable read (*ALL)</p>
<p>4 = Serializable
(*RR)</p>
</td>
<td valign="top" width="9.486166007905137%" headers="d0e41 ">2</td>
</tr>
<tr><td valign="top" width="21.73913043478261%" headers="d0e35 ">CONNTYPE or ConnectionType</td>
<td valign="top" width="35.177865612648226%" headers="d0e37 ">Specifies the level of database access for the connection.</td>
<td valign="top" width="33.59683794466403%" headers="d0e39 ">0 = Read/Write (all SQL statements allowed) <p>1 = Read/Call
(SELECT and CALL statements allowed)</p>
<p>2 = Read-only (SELECT statements
only)</p>
</td>
<td valign="top" width="9.486166007905137%" headers="d0e41 ">0</td>
</tr>
<tr><td valign="top" width="21.73913043478261%" headers="d0e35 ">DATABASE</td>
<td valign="top" width="35.177865612648226%" headers="d0e37 ">Specifies the iSeries relational database (RDB) name
to connect. Note, this option is only valid to V5R2 iSeries servers.
This option will be ignored when connecting to earlier pre-V5R2 servers.
<p>Special values for this option include specifying an empty-string or
*SYSBAS. An empty-string indicates to use the user-profile's default setting
for database. Specifying *SYSBAS will connect a user to the SYSBAS database
(RDB name).</p>
</td>
<td valign="top" width="33.59683794466403%" headers="d0e39 ">iSeries relational database name</td>
<td valign="top" width="9.486166007905137%" headers="d0e41 ">empty-string</td>
</tr>
<tr><td valign="top" width="21.73913043478261%" headers="d0e35 ">DBQ or DefaultLibraries</td>
<td valign="top" width="35.177865612648226%" headers="d0e37 ">Specifies the iSeries libraries to add to the server
job's library list. The libraries are delimited by commas or spaces, and *USRLIBL
may be used as a place holder for the server job's current library list. The
library list is used for resolving unqualified stored procedure calls and
finding libraries in catalog API calls. If *USRLIBL is not specified, the
specified libraries will replace the server job's current library list. <div class="note"><span class="notetitle">Note:</span> The
first library listed in this property will also be the default library, which
is used to resolve unqualified names in SQL statements. To specify no default
library, a comma should be entered before any libraries.</div>
</td>
<td valign="top" width="33.59683794466403%" headers="d0e39 ">iSeries libraries <p>Only 25 libraries are supported
in a library list on a connection to a pre-V5R1 server. 75 entries are
supported on a V5R1 and later servers. Entries over 75 are ignored.</p>
</td>
<td valign="top" width="9.486166007905137%" headers="d0e41 ">QGPL</td>
</tr>
<tr><td valign="top" width="21.73913043478261%" headers="d0e35 ">MAXDECPREC or Maximum Decimal Precision</td>
<td valign="top" width="35.177865612648226%" headers="d0e37 ">Specifies the maximum precision of decimal data that
will be returned.</td>
<td valign="top" width="33.59683794466403%" headers="d0e39 ">31 or 63</td>
<td valign="top" width="9.486166007905137%" headers="d0e41 ">31</td>
</tr>
<tr><td valign="top" width="21.73913043478261%" headers="d0e35 ">MAXDECSCALE or Maximum Decimal Scale</td>
<td valign="top" width="35.177865612648226%" headers="d0e37 ">Specifies the maximum scale used in arithmetic calculations
involving decimal data. This value must be less than the value of MAXDECPREC.</td>
<td valign="top" width="33.59683794466403%" headers="d0e39 ">0 63</td>
<td valign="top" width="9.486166007905137%" headers="d0e41 ">31</td>
</tr>
<tr><td valign="top" width="21.73913043478261%" headers="d0e35 ">MINDIVSCALE or Minimum Divide Scale</td>
<td valign="top" width="35.177865612648226%" headers="d0e37 ">Specifies the minimum scale used in arithmetic calculations
involving decimal data.</td>
<td valign="top" width="33.59683794466403%" headers="d0e39 ">0 9</td>
<td valign="top" width="9.486166007905137%" headers="d0e41 ">0</td>
</tr>
<tr><td valign="top" width="21.73913043478261%" headers="d0e35 ">NAM or Naming</td>
<td valign="top" width="35.177865612648226%" headers="d0e37 ">Specifies the naming convention used when referring
to tables.</td>
<td valign="top" width="33.59683794466403%" headers="d0e39 ">0 = "sql" (as in <em>schema.table</em>) <p>1 = "system"
(as in <em>schema/table</em>)</p>
</td>
<td valign="top" width="9.486166007905137%" headers="d0e41 ">0</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="connectkeywords.htm" title="The iSeries Access ODBC driver has many connection string keywords that can be used to change the behavior of the ODBC connection.">Connection string keywords</a></div>
</div>
</div>
</body>
</html>