odbc_columns

odbc_columns

(PHP 4, PHP 5, PHP 7)

odbc_columnsLists the column names in specified tables

Description

resource odbc_columns ( resource $connection_id [, string $qualifier [, string $schema [, string $table_name [, string $column_name ]]]] )

Lists all columns in the requested range.

Parameters

connection_id

The ODBC connection identifier, see odbc_conn