Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Scripting language with a support for array interface

Re: Scripting language with a support for array interface

From: amogh <amogh.r_at_gmail.com>
Date: Mon, 28 Nov 2005 10:23:01 +0530
Message-ID: <tiwif.5$lh.56@news.oracle.com>


Mladen Gogala wrote:
> Is there any scripting language with the support for array
> interface? Perl doesn't have it nor does PHP. What about Python?
> Does it support array bind and, if it does, does it cheat like DBI
> which breaks the array under the hood and internally performs a
> loop, or does it do it for real?

PHP does support Arrays!
http://www.php.net/manual/en/language.types.array.php

I'm not sure if the PHP oracle driver supports array binds though.

Rgds. Received on Sun Nov 27 2005 - 22:53:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US