<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.uodbc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.odbc-field-type.php',
    1 => 'odbc_field_type',
    2 => 'Tipo di dato di campo',
  ),
  'up' => 
  array (
    0 => 'ref.uodbc.php',
    1 => 'ODBC Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.odbc-field-scale.php',
    1 => 'odbc_field_scale',
  ),
  'next' => 
  array (
    0 => 'function.odbc-foreignkeys.php',
    1 => 'odbc_foreignkeys',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/uodbc/functions/odbc-field-type.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.odbc-field-type" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">odbc_field_type</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">odbc_field_type</span> &mdash; <span class="dc-title">Tipo di dato di campo</span></p>

   </div>
   <div class="refsect1 unknown-187" id="refsect1-function.odbc-field-type-unknown-187">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>odbc_field_type</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$id_risultato</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$numero_campo</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    <p class="para rdfs-comment">
     La funzione <span class="function"><strong>odbc_field_type()</strong></span> restituisce il tipo
     di dato SQL del campo indicato dal numero all&#039;interno di un set di righe 
     referenziate dall&#039;identificativo di risultato ODBC passato. La numerazione delle colonne parte da 1.
    </p>
   </div>

  </div><?php manual_footer($setup); ?>