<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.sqlsrv.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'sqlsrv.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.sqlsrv.php',
    1 => 'SQLSRV',
  ),
  'prev' => 
  array (
    0 => 'sqlsrv.resources.php',
    1 => 'Types de ressources',
  ),
  'next' => 
  array (
    0 => 'ref.sqlsrv.php',
    1 => 'Fonctions SQLSRV',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/sqlsrv/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlsrv.constants" class="appendix">
 <h1 class="title">Constantes pré-définies</h1>

 <p class="simpara">Ces constantes sont définies par cette
extension, et ne sont disponibles que si cette extension a été compilée avec
PHP, ou bien chargée au moment de l&#039;exécution.</p>
 <dl>
  
   <dt id="constant.sqlsrv-fetch-assoc">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-fetch-assoc">SQLSRV_FETCH_ASSOC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Force <span class="function"><a href="function.sqlsrv-fetch-array.php" class="function">sqlsrv_fetch_array()</a></span> à retourner un tableau
     associatif quand il est passé en paramètre.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-fetch-numeric">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-fetch-numeric">SQLSRV_FETCH_NUMERIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Force <span class="function"><a href="function.sqlsrv-fetch-array.php" class="function">sqlsrv_fetch_array()</a></span> à retourner un tableau
     indexé numériquement quand il est passé en paramètre.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-fetch-both">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-fetch-both">SQLSRV_FETCH_BOTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Force <span class="function"><a href="function.sqlsrv-fetch-array.php" class="function">sqlsrv_fetch_array()</a></span> à retourner un tableau
     associatif et un tableau indexé numériquement quand il est passé en
     paramètre (comportement par défaut).
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-err-all">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-err-all">SQLSRV_ERR_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Force <span class="function"><a href="function.sqlsrv-errors.php" class="function">sqlsrv_errors()</a></span> à retourner les erreurs
     et avertissements quand il est passé en paramètre (comportement par
     défaut).
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-err-errors">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-err-errors">SQLSRV_ERR_ERRORS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Force <span class="function"><a href="function.sqlsrv-errors.php" class="function">sqlsrv_errors()</a></span> à retourner seulement
     les erreurs (pas les avertissements) quand il est passé en paramètre.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-err-warnings">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-err-warnings">SQLSRV_ERR_WARNINGS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Force <span class="function"><a href="function.sqlsrv-errors.php" class="function">sqlsrv_errors()</a></span> à retourner seulement
     les avertissements (pas les erreurs) quand il est passé en paramètre.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-system-all">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-system-all">SQLSRV_LOG_SYSTEM_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Active les logs de tous les sous-systèmes quand il est passé à la fonction
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-system-conn">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-system-conn">SQLSRV_LOG_SYSTEM_CONN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Active les logs de toute l&#039;activité des connexions quand il est passé
     à la fonction <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-system-init">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-system-init">SQLSRV_LOG_SYSTEM_INIT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Active les logs de toute l&#039;activité des initialisations quand il est
     passé à la fonction <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-system-off">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-system-off">SQLSRV_LOG_SYSTEM_OFF</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Désactive les logs de tous les sous-systèmes quand il est passé à la fonction
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-system-stmt">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-system-stmt">SQLSRV_LOG_SYSTEM_STMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Active les logs des requêtes quand il est passé à la fonction
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-system-util">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-system-util">SQLSRV_LOG_SYSTEM_UTIL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Active les logs des erreurs de fonction quand il est passé à la fonction
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-severity-all">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-severity-all">SQLSRV_LOG_SEVERITY_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Active les logs des erreurs, avertissements et notes quand il est
     passé à la fonction <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-severity-error">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-severity-error">SQLSRV_LOG_SEVERITY_ERROR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie que les erreurs seront enregistrées quand il est passé à la fonction
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-severity-notice">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-severity-notice">SQLSRV_LOG_SEVERITY_NOTICE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie que les notes seront enregistrées quand il est passé à la fonction
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-log-severity-warning">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-log-severity-warning">SQLSRV_LOG_SEVERITY_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie que les avertissements seront enregistrées quand il est passé à
     la fonction <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> comme paramère.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-nullable-yes">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-nullable-yes">SQLSRV_NULLABLE_YES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique qu&#039;une colonne peut être nulle.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-nullable-no">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-nullable-no">SQLSRV_NULLABLE_NO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique qu&#039;une colonne ne peut pas être nulle.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-nullable-unknown">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-nullable-unknown">SQLSRV_NULLABLE_UNKNOWN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique s&#039;il est connu qu&#039;une colonne est nulle.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-param-in">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-param-in">SQLSRV_PARAM_IN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un paramètre d&#039;entrée quand il est passé à la fonction
     <span class="function"><a href="function.sqlsrv-query.php" class="function">sqlsrv_query()</a></span> ou à la fonction
     <span class="function"><a href="function.sqlsrv-prepare.php" class="function">sqlsrv_prepare()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-param-inout">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-param-inout">SQLSRV_PARAM_INOUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un paramètre d&#039;entrée ou de sortie quand il est passé à la
     fonction <span class="function"><a href="function.sqlsrv-query.php" class="function">sqlsrv_query()</a></span> ou à la fonction
     <span class="function"><a href="function.sqlsrv-prepare.php" class="function">sqlsrv_prepare()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-param-out">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-param-out">SQLSRV_PARAM_OUT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un paramètre de sortie quand il est passé à la fonction
     <span class="function"><a href="function.sqlsrv-query.php" class="function">sqlsrv_query()</a></span> ou à la fonction
     <span class="function"><a href="function.sqlsrv-prepare.php" class="function">sqlsrv_prepare()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-phptype-int">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-phptype-int">SQLSRV_PHPTYPE_INT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie une donnée de type entier PHP. Pour plus d&#039;informations, voir
     <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types PHP</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-phptype-datetime">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-phptype-datetime">SQLSRV_PHPTYPE_DATETIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie une donnée de type datetime (date et heure) PHP. Pour plus d&#039;informations, voir
     <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types PHP</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-phptype-float">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-phptype-float">SQLSRV_PHPTYPE_FLOAT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie une donnée de type nombre à virgule flottante PHP. Pour plus d&#039;informations, voir
     <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types PHP</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-phptype-stream">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-phptype-stream">SQLSRV_PHPTYPE_STREAM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie une donnée de type flux de PHP. Cette constante fonctionne comme une fonction
     et accepte une constante encodée. Voir les constantes SQLSRV_ENC_*. Pour plus d&#039;informations,
     se reporter à <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types PHP</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-phptype-string">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-phptype-string">SQLSRV_PHPTYPE_STRING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie une donnée de type chaîne de caractères PHP. Cette constante fonctionne comme une fonction
     et accepte une constante encodée. Voir les constantes SQLSRV_ENC_*. Pour plus d&#039;informations,
     se reporter à <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types PHP</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-enc-binary">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-enc-binary">SQLSRV_ENC_BINARY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie que la donnée est retournée sous la forme d&#039;un flux brute d&#039;octets
     depuis le serveur sans y effectuer un encodage ou une transformation. Pour plus
     d&#039;informations, se reporter à <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Comment spécifier
     les types PHP</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-enc-char">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-enc-char">SQLSRV_ENC_CHAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Les données sont retournées sous la forme de caractères sur 8 octets, tels que
     spécifiés dans la page de code des paramètres régionaux Windows définis sur le système. Tout
     caractère multioctet ou caractères qui ne correspondent pas à cette page
     de code seront substitués par un point d&#039;interrogation sur un octet (?).
     C&#039;est l&#039;encodage par défaut. Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types PHP</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-bigint">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-bigint">SQLSRV_SQLTYPE_BIGINT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données bigint SQL Server. Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-binary">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-binary">SQLSRV_SQLTYPE_BINARY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données binaire SQL Server. Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-bit">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-bit">SQLSRV_SQLTYPE_BIT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données bit SQL Server. Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-char">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-char">SQLSRV_SQLTYPE_CHAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données caractère SQL Server. Cette constante fonctionne comme
     une fonction et accepte un paramètre indiquant le nombre de caractères. Pour plus
     d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-date">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-date">SQLSRV_SQLTYPE_DATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données date SQL Server. Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-datetime">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-datetime">SQLSRV_SQLTYPE_DATETIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données datetime SQL Server. Pour plus d&#039;informations,
     se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-datetime2">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-datetime2">SQLSRV_SQLTYPE_DATETIME2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données datetime2 SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-datetimeoffset">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-datetimeoffset">SQLSRV_SQLTYPE_DATETIMEOFFSET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données datetimeoffset SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-decimal">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-decimal">SQLSRV_SQLTYPE_DECIMAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données décimal. Cette constante fonctionne comme une fonction
     et accepte 2 paramètres indiquant (dans l&#039;ordre) la précision et l&#039;échelle.
     Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-float">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-float">SQLSRV_SQLTYPE_FLOAT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données nombre à virgule flottante SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-image">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-image">SQLSRV_SQLTYPE_IMAGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données image SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-int">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-int">SQLSRV_SQLTYPE_INT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données entier SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-money">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-money">SQLSRV_SQLTYPE_MONEY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données monnaie SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-nchar">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-nchar">SQLSRV_SQLTYPE_NCHAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données nchar SQL Server. Cette constante fonctionne comme une
     fonction et accepte un seul paramètre indiquant le nombre de caractères.
     Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-numeric">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-numeric">SQLSRV_SQLTYPE_NUMERIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données numérique SQL Server. Cette constante fonctionne comme
     une fonction et accepte 2 paramètres (dans l&#039;ordre), la précision et l&#039;échelle.
     Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-nvarchar">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-nvarchar">SQLSRV_SQLTYPE_NVARCHAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données nvarchar SQL Server. Cette constante fonctionne comme une
     fonction et accepte un seul paramètre indiquant le nombre de caractères.
     Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt>
    <strong><code>SQLSRV_SQLTYPE_NVARCHAR('max')</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données nvarchar(MAX) SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-ntext">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-ntext">SQLSRV_SQLTYPE_NTEXT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données ntext SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-real">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-real">SQLSRV_SQLTYPE_REAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données réelle SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-smalldatetime">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-smalldatetime">SQLSRV_SQLTYPE_SMALLDATETIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données smalldatetime SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-smallint">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-smallint">SQLSRV_SQLTYPE_SMALLINT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données smallint SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-smallmoney">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-smallmoney">SQLSRV_SQLTYPE_SMALLMONEY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données smallmoney SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-text">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-text">SQLSRV_SQLTYPE_TEXT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données texte SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-time">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-time">SQLSRV_SQLTYPE_TIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données time SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-timestamp">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-timestamp">SQLSRV_SQLTYPE_TIMESTAMP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données timestamp SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-tinyint">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-tinyint">SQLSRV_SQLTYPE_TINYINT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données tinyint SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-uniqueidentifier">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-uniqueidentifier">SQLSRV_SQLTYPE_UNIQUEIDENTIFIER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données uniqueidentifier SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-udt">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-udt">SQLSRV_SQLTYPE_UDT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données UDT SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-varbinary">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-varbinary">SQLSRV_SQLTYPE_VARBINARY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données varbinary SQL Server. Cette constante fonctionne
     comme une fonction et accepte un seul paramètre indiquant le nombre d&#039;octets.
     Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt>
    <strong><code>SQLSRV_SQLTYPE_VARBINARY('max')</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données varbinary(MAX) SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-varchar">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-varchar">SQLSRV_SQLTYPE_VARCHAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données varchar SQL Server. Cette constante fonctionne comme
     une fonction et accepte un seul paramètre indiquant le nombre de caractères.
     Pour plus d&#039;informations, se reporter à
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt>
    <strong><code>SQLSRV_SQLTYPE_VARCHAR('max')</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données varchar(MAX) SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-sqltype-xml">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-sqltype-xml">SQLSRV_SQLTYPE_XML</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Décrit le type de données XML SQL Server. Pour plus d&#039;informations, se reporter
     à <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Comment spécifier les types SQL</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-txn-read-uncommitted">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-txn-read-uncommitted">SQLSRV_TXN_READ_UNCOMMITTED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un niveau d&#039;isolation de la transaction à READ UNCOMMITTED.
     Cette valeur est utilisée pour définir le niveau de l&#039;isolation de la
     transaction dans le tableau $connectionOptions passé à la fonction
     <span class="function"><a href="function.sqlsrv-connect.php" class="function">sqlsrv_connect()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-txn-read-committed">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-txn-read-committed">SQLSRV_TXN_READ_COMMITTED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un niveau d&#039;isolation de la transaction à READ COMMITTED.
     Cette valeur est utilisée pour définir le niveau de l&#039;isolation de la
     transaction dans le tableau $connectionOptions passé à la fonction
     <span class="function"><a href="function.sqlsrv-connect.php" class="function">sqlsrv_connect()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-txn-repeatable-read">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-txn-repeatable-read">SQLSRV_TXN_REPEATABLE_READ</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un niveau d&#039;isolation de la transaction à REPEATABLE READ.
     Cette valeur est utilisée pour définir le niveau de l&#039;isolation de la
     transaction dans le tableau $connectionOptions passé à la fonction
     <span class="function"><a href="function.sqlsrv-connect.php" class="function">sqlsrv_connect()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-txn-snapshot">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-txn-snapshot">SQLSRV_TXN_SNAPSHOT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un niveau d&#039;isolation de la transaction à SNAPSHOT.
     Cette valeur est utilisée pour définir le niveau de l&#039;isolation de la
     transaction dans le tableau $connectionOptions passé à la fonction
     <span class="function"><a href="function.sqlsrv-connect.php" class="function">sqlsrv_connect()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-txn-read-serializable">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-txn-read-serializable">SQLSRV_TXN_READ_SERIALIZABLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un niveau d&#039;isolation de la transaction à SERIALIZABLE.
     Cette valeur est utilisée pour définir le niveau de l&#039;isolation de la
     transaction dans le tableau $connectionOptions passé à la fonction
     <span class="function"><a href="function.sqlsrv-connect.php" class="function">sqlsrv_connect()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-cursor-forward">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-cursor-forward">SQLSRV_CURSOR_FORWARD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un curseur de type &quot;suivant uniquement&quot;. Pour plus d&#039;informations,
     se reporter à la section sur
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la spécification d&#039;un type
      de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-cursor-static">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-cursor-static">SQLSRV_CURSOR_STATIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un curseur de type &quot;statique&quot;. Pour plus d&#039;informations,
     se reporter à la section sur
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la spécification d&#039;un type
      de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-dynamic">
    <strong><code>SQLSRV_CURSOR_DYNAMIC</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un curseur de type &quot;dynamique&quot;. Pour plus d&#039;informations,
     se reporter à la section sur
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la spécification d&#039;un type
      de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-cursor-keyset">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-cursor-keyset">SQLSRV_CURSOR_KEYSET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique un curseur de type &quot;keyset&quot;. Pour plus d&#039;informations,
     se reporter à la section sur
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la spécification d&#039;un type
      de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-cursor-buffered">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-cursor-buffered">SQLSRV_CURSOR_BUFFERED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Crée une requête de curseur côté client. Cela permet d&#039;accéder aux
     lignes dans n&#039;importe quel ordre. Pour des informations quant à son utilisation,
     se reporter à la section sur la
    <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la spécification d&#039;un type
      de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-scroll-next">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-scroll-next">SQLSRV_SCROLL_NEXT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la ligne à sélectionner dans un jeu de résultats. Pour plus d&#039;informations,
     se reporter à la section sur
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la spécification d&#039;un type
      de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-scroll-prior">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-scroll-prior">SQLSRV_SCROLL_PRIOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la ligne à sélectionner dans un jeu de résultats. Pour plus d&#039;informations,
     se reporter à la section sur
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la spécification d&#039;un type
      de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-scroll-first">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-scroll-first">SQLSRV_SCROLL_FIRST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la ligne à sélectionner dans un jeu de résultats. Pour plus d&#039;informations,
     se reporter à la section sur <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la
     spécification d&#039;un type de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-scroll-last">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-scroll-last">SQLSRV_SCROLL_LAST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la ligne à sélectionner dans un jeu de résultats. Pour plus d&#039;informations,
     se reporter à la section sur <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la
     spécification d&#039;un type de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-scroll-absolute">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-scroll-absolute">SQLSRV_SCROLL_ABSOLUTE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la ligne à sélectionner dans un jeu de résultats. Pour plus d&#039;informations,
     se reporter à la section sur <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la
     spécification d&#039;un type de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
  
   <dt id="constant.sqlsrv-scroll-relative">
    <strong><code><a href="sqlsrv.constants.php#constant.sqlsrv-scroll-relative">SQLSRV_SCROLL_RELATIVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie la ligne à sélectionner dans un jeu de résultats. Pour plus d&#039;informations,
     se reporter à la section sur <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la
     spécification d&#039;un type de curseur et la sélection de lignes</a>.
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>