![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
...А если бы я вчера сразу же поискал Гуглем "ORA-01460 +PHP", первая же ссылка мне бы сказала:
The OCIBindByName manual entry at http://www.php.net/manual/en/function.ocibindbyname.php
has a user comment from "alexander dot zimmer at gmx dot at" that...
this doesn't work:
but that this does:
The OCIBindByName manual entry at http://www.php.net/manual/en/function.ocibindbyname.php
has a user comment from "alexander dot zimmer at gmx dot at" that...
this doesn't work:
foreach ($array as $key => $val) { OCIBindByName($state, $key, $val, -1); }
but that this does:
foreach ($array as $key => $val) { OCIBindByName($state, $key, $array[$key], -1); }
no subject
Date: 16 Jan 2006 22:45 (UTC)