<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'sqlsrv.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.sqlsrv.php',
    1 => 'SQLSRV',
  ),
  'prev' => 
  array (
    0 => 'sqlsrv.resources.php',
    1 => 'Tipos de recursos',
  ),
  'next' => 
  array (
    0 => 'ref.sqlsrv.php',
    1 => 'SQLSRV Funciones',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    '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 predefinidas</h1>

 <p class="simpara">Estas constantes son definidas por esta
extensión, y solo están disponibles si esta extensión ha sido compilada con
PHP, o bien cargada en tiempo de ejecución.</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">
     Obliga a <span class="function"><a href="function.sqlsrv-fetch-array.php" class="function">sqlsrv_fetch_array()</a></span> a devolver un array
     asociativo cuando se le pasa como argumento.
    </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">
     Obliga a <span class="function"><a href="function.sqlsrv-fetch-array.php" class="function">sqlsrv_fetch_array()</a></span> a devolver un array
     indexado numéricamente cuando se le pasa como argumento.
    </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">
     Obliga a <span class="function"><a href="function.sqlsrv-fetch-array.php" class="function">sqlsrv_fetch_array()</a></span> a devolver un array
     asociativo y un array indexado numéricamente cuando se le pasa como
     argumento (comportamiento por defecto).
    </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">
     Obliga a <span class="function"><a href="function.sqlsrv-errors.php" class="function">sqlsrv_errors()</a></span> a devolver los errores
     y advertencias cuando se le pasa como argumento (comportamiento por
     defecto).
    </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">
     Obliga a <span class="function"><a href="function.sqlsrv-errors.php" class="function">sqlsrv_errors()</a></span> a devolver solo
     los errores (no las advertencias) cuando se le pasa como argumento.
    </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">
     Obliga a <span class="function"><a href="function.sqlsrv-errors.php" class="function">sqlsrv_errors()</a></span> a devolver solo
     las advertencias (no los errores) cuando se le pasa como argumento.
    </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">
     Activa los logs de todos los subsistemas cuando se le pasa a la función
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Activa los logs de toda la actividad de las conexiones cuando se le pasa
     a la función <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Activa los logs de toda la actividad de las inicializaciones cuando se le
     pasa a la función <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Desactiva los logs de todos los subsistemas cuando se le pasa a la función
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Activa los logs de las consultas cuando se le pasa a la función
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Activa los logs de los errores de función cuando se le pasa a la función
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Activa los logs de los errores, advertencias y notas cuando se le
     pasa a la función <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Especifica que los errores serán registrados cuando se le pasa a la función
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Especifica que las notas serán registradas cuando se le pasa a la función
     <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Especifica que las advertencias serán registradas cuando se le pasa a
     la función <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span> como argumento.
    </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">
     Indica que una columna puede ser nula.
    </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">
     Indica que una columna no puede ser nula.
    </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">
     Indica si se conoce que una columna es nula.
    </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">
     Indica un parámetro de entrada cuando se le pasa a la función
     <span class="function"><a href="function.sqlsrv-query.php" class="function">sqlsrv_query()</a></span> o a la función
     <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">
     Indica un parámetro de entrada o salida cuando se le pasa a la
     función <span class="function"><a href="function.sqlsrv-query.php" class="function">sqlsrv_query()</a></span> o a la función
     <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">
     Indica un parámetro de salida cuando se le pasa a la función
     <span class="function"><a href="function.sqlsrv-query.php" class="function">sqlsrv_query()</a></span> o a la función
     <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">
     Especifica un dato de tipo entero PHP. Para más información, ver
     <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Especifica un dato de tipo datetime (fecha y hora) PHP. Para más información, ver
     <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Especifica un dato de tipo número de punto flotante PHP. Para más información, ver
     <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Especifica un dato de tipo flujo de PHP. Esta constante funciona como una función
     y acepta una constante codificada. Ver las constantes SQLSRV_ENC_*. Para más información,
     reportez-vous a <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Especifica un dato de tipo string PHP. Esta constante funciona como una función
     y acepta una constante codificada. Ver las constantes SQLSRV_ENC_*. Para más información,
     reportez-vous a <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Especifica que el dato es devuelto en forma de flujo bruto de bytes
     desde el servidor sin realizar un codificación o transformación. Para más
     información, reportez-vous a <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Cómo especificar
     los tipos 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">
     El dato es devuelto en forma de caracteres de 8 bits, tal como
     se especifica en la página de códigos Windows local, definida en el sistema. Cualquier
     carácter multibyte o caracteres que no correspondan a esta página de código serán sustituidos
     con un signo de interrogación de un byte (?). Es la codificación por defecto. Para más
     información, reportez-vous a <a href="http://msdn.microsoft.com/en-us/library/cc296208.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos bigint de SQL Server. Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos binario de SQL Server. Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos bit de SQL Server. Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos carácter de SQL Server. Esta constante funciona como
     una función y acepta un argumento indicando el número de caracteres. Para más
     información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos date de SQL Server. Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos datetime de SQL Server. Para más información,
     reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos datetime2 de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos datetimeoffset de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos decimal. Esta constante funciona como una función
     y acepta 2 argumentos indicando (en orden) la precisión y la escala.
     Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos número de punto flotante de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos image de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos entero de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos moneda de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos nchar de SQL Server. Esta constante funciona como una
     función y acepta un solo argumento indicando el número de caracteres.
     Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos numérico de SQL Server. Esta constante funciona como
     una función y acepta 2 argumentos (en orden), la precisión y la escala.
     Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos nvarchar de SQL Server. Esta constante funciona como una
     función y acepta un solo argumento indicando el número de caracteres.
     Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos nvarchar(MAX) de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos ntext de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos real de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos smalldatetime de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos smallint de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos smallmoney de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos texto de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos time de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos timestamp de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos tinyint de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos uniqueidentifier de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos UDT de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos varbinary de SQL Server. Esta constante funciona
     como una función y acepta un solo argumento indicando el número de bytes.
     Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos varbinary(MAX) de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos varchar de SQL Server. Esta constante funciona como
     una función y acepta un solo argumento indicando el número de caracteres.
     Para más información, reportez-vous a
     <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos varchar(MAX) de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Describe el tipo de datos XML de SQL Server. Para más información, reportez-vous
     a <a href="http://msdn.microsoft.com/en-us/library/cc626305.aspx" class="link external">&raquo;&nbsp;Cómo especificar los tipos 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">
     Indica un nivel de aislamiento de la transacción a READ UNCOMMITTED.
     Este valor se utiliza para definir el nivel de aislamiento de la
     transacción en el array $connectionOptions pasado a la función
     <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">
     Indica un nivel de aislamiento de la transacción a READ COMMITTED.
     Este valor se utiliza para definir el nivel de aislamiento de la
     transacción en el array $connectionOptions pasado a la función
     <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">
     Indica un nivel de aislamiento de la transacción a REPEATABLE READ.
     Este valor se utiliza para definir el nivel de aislamiento de la
     transacción en el array $connectionOptions pasado a la función
     <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">
     Indica un nivel de aislamiento de la transacción a SNAPSHOT.
     Este valor se utiliza para definir el nivel de aislamiento de la
     transacción en el array $connectionOptions pasado a la función
     <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">
     Indica un nivel de aislamiento de la transacción a SERIALIZABLE.
     Este valor se utiliza para definir el nivel de aislamiento de la
     transacción en el array $connectionOptions pasado a la función
     <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">
     Indica un cursor de tipo &quot;solo hacia adelante&quot;. Para más información,
     reportez-vous a la sección sobre
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la especificación de un tipo
      de cursor y la selección de filas</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">
     Indica un cursor de tipo &quot;estático&quot;. Para más información,
     reportez-vous a la sección sobre
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la especificación de un tipo
      de cursor y la selección de filas</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">
     Indica un cursor de tipo &quot;dinámico&quot;. Para más información,
     reportez-vous a la sección sobre
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la especificación de un tipo
      de cursor y la selección de filas</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">
     Indica un cursor de tipo &quot;keyset&quot;. Para más información,
     reportez-vous a la sección sobre
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la especificación de un tipo
      de cursor y la selección de filas</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">
     Crea una consulta de cursor del lado del cliente. Esto permite acceder a
     las filas en cualquier orden. Para más información sobre su uso,
     reportez-vous a la sección sobre
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la especificación de un tipo
      de cursor y la selección de filas</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">
     Especifica la fila a seleccionar en un conjunto de resultados. Para más información,
     reportez-vous a la sección sobre
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la especificación de un tipo
      de cursor y la selección de filas</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">
     Especifica la fila a seleccionar en un conjunto de resultados. Para más información,
     reportez-vous a la sección sobre
     <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la especificación de un tipo
      de cursor y la selección de filas</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">
     Especifica la fila a seleccionar en un conjunto de resultados. Para más información,
     reportez-vous a la sección sobre <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la
     especificación de un tipo de cursor y la selección de filas</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">
     Especifica la fila a seleccionar en un conjunto de resultados. Para más información,
     reportez-vous a la sección sobre <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la
     especificación de un tipo de cursor y la selección de filas</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">
     Especifica la fila a seleccionar en un conjunto de resultados. Para más información,
     reportez-vous a la sección sobre <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la
     especificación de un tipo de cursor y la selección de filas</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">
     Especifica la fila a seleccionar en un conjunto de resultados. Para más información,
     reportez-vous a la sección sobre <a href="http://msdn.microsoft.com/en-us/library/ee376927.aspx" class="link external">&raquo;&nbsp;la
     especificación de un tipo de cursor y la selección de filas</a>.
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>