28 December 2005

dormantiger: (Default)
...А если бы я вчера сразу же поискал Гуглем "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:
   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); 
   }

July 2016

M T W T F S S
    123
45678910
11121314151617
18192021222324
252627282930 31

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated 22 May 2025 20:09
Powered by Dreamwidth Studios