dormantiger: (Default)
[personal profile] dormantiger
...А если бы я вчера сразу же поискал Гуглем "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); 
   }
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

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 27 May 2025 18:58
Powered by Dreamwidth Studios