English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_primarykeys() function is used to obtain the primary key of the table
resource odbc_primarykeys ( resource $connection_id , string $qualifier , string $owner , string $table )
Returns the result identifier, which can be used to obtain the column names that make up the table's primary key.
It returns an ODBC result identifier, and 0 is displayed on failure
Serial Number | Parameters and Descriptions |
---|---|
1 | connection_id ODBC Connection Identifier |