diff --git a/reference/pdo/functions/PDOStatement-getAttribute.xml b/reference/pdo/functions/PDOStatement-getAttribute.xml index 1482bf5b07..2386026f6e 100644 --- a/reference/pdo/functions/PDOStatement-getAttribute.xml +++ b/reference/pdo/functions/PDOStatement-getAttribute.xml @@ -1,5 +1,5 @@ - + @@ -18,8 +18,9 @@ Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific: - PDO::ATTR_CURSOR_NAME (Firebird specific): - Get the name of cursor. + PDO::ATTR_CURSOR_NAME + (Firebird and ODBC specific): + Get the name of cursor for UPDATE ... WHERE CURRENT OF. diff --git a/reference/pdo/functions/PDOStatement-setAttribute.xml b/reference/pdo/functions/PDOStatement-setAttribute.xml index 19e432e2d3..47f6b8c878 100644 --- a/reference/pdo/functions/PDOStatement-setAttribute.xml +++ b/reference/pdo/functions/PDOStatement-setAttribute.xml @@ -1,5 +1,5 @@ - + @@ -19,8 +19,9 @@ Sets an attribute on the statement. Currently, no generic attributes are set but only driver specific: - PDO::ATTR_CURSOR_NAME (Firebird specific): - Set the name of cursor. + PDO::ATTR_CURSOR_NAME + (Firebird and ODBC specific): + Set the name of cursor for UPDATE ... WHERE CURRENT OF.