Wez Furlong wrote: > Err, this isn't firebird specific; it's also used for postgres and > odbc, and can be used to set and get the cursor name for "UPDATE ... > WHERE CURRENT OF ... " queries.
Thanks for pointing. I found it in ODBC but couldn't find it in Postgres: > struct pdo_stmt_methods pgsql_stmt_methods = { ... > NULL, /* set_attr */ > NULL, /* get_attr */ Jakub Vrana