News Feed
Jobs Feed
Sections




News Archive
Harun Yayli's Blog:
oci_bind_by_name maxlength is not so optional
May 09, 2008 @ 13:45:44

Harun Yayli came across a slight problem in his development using the oci_bind_by_name function for one of his queries:

If you think that the maxlength parameter in the documentation of oci_bind_by_name is optional, see this example and think again.

His sample code gave him a "can bind a LONG value only for insert into a LONG column..." error from his Oracle database. His fix was to add that length parameter (his max column length) and all was well. One of his comments (from cj) helps to explain things a bit more:

It makes senses that a length would be required because when the oci_bind_by_name() call is made, there is no data in $$key (a.k.a. $a, $b or $c). Without a length passed, PHP tells the DB to expect a single byte string.
0 comments voice your opinion now!
ocibindbyname maxlength optional error oracle


blog comments powered by Disqus

Similar Posts

Alison Holloway's Blog: Int'l PHP Magazine Article - The Oracle PHP Connection

PEAR Blog: Fixing "unsupported protocol"

DevShed: Creating an Error Handling Module for a PHP 5 File Uploader

Christopher Jones' Blog: PHP OCI8 Extension 1.2.4 is in PECL

Tibo Beijen's Blog: Fixing mysqldump on Zend Server CE on OS X


Community Events









Don't see your event here?
Let us know!


testing zendframework2 code community opinion introduction language unittest development tool interview composer example database object phpunit framework api podcast release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework