The attribute is handled implicitly at prepare time (which is the only portable way to set this attribute).
--Wez. On 11/3/05, Jakub Vrana <[EMAIL PROTECTED]> wrote: > 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 >