|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-12-29 18:10 UTC] mez@php.net
[2004-12-29 18:11 UTC] mez@php.net
[2004-12-29 22:02 UTC] ian at rolfe dot com
[2004-12-29 22:36 UTC] mez@php.net
[2004-12-29 22:36 UTC] mez@php.net
[2004-12-29 22:42 UTC] mez@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 23 11:00:01 2025 UTC |
Description: ------------ There are a couple of problems with the documentation for odbc_specialcolumns First, the type parameter: * When the type argument is SQL_BEST_ROWID, odbc_specialcolumns() returns the optimal column or set of columns that, by retrieving values from the column or columns, allows any row in the specified table to be uniquely identified. * When the type argument is SQL_ROWVER, odbc_specialcolumns() returns the columns that are automatically updated when any value in the row is updated by a transaction. The "string qualifier" is the database name ("Catalogue" as referred to in other documentation).