From dd1f1fc822ee835295e1ceaa768f99b326dc5e0f Mon Sep 17 00:00:00 2001 From: Martin Meredith Date: Wed, 29 Dec 2004 21:42:48 +0000 Subject: [PATCH] Updated incorrect info (Ref: Bug #30677) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175943 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uodbc/functions/odbc-specialcolumns.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/reference/uodbc/functions/odbc-specialcolumns.xml b/reference/uodbc/functions/odbc-specialcolumns.xml index 3cdb6ad3bb..5515e05b2e 100644 --- a/reference/uodbc/functions/odbc-specialcolumns.xml +++ b/reference/uodbc/functions/odbc-specialcolumns.xml @@ -1,5 +1,5 @@ - + @@ -29,10 +29,9 @@ When the type argument is SQL_ROWVER, - 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. + odbc_specialcolumns Returns the column or columns in the + specified table, if any, that are automatically updated by the data source + when any value in the row is updated by any transaction Returns an ODBC result identifier or &false; on