|
Posted by Andy Hassall on 10/21/28 11:34
On 14 Dec 2005 05:52:12 -0800, "final74" <kev.grindley@gmail.com> wrote:
>I'm experimenting with PHP5, ORacle 9i and ADODB and have run into
>problems trying to bind and output variable.
>
> $oCMD = new COM("ADODB.command");
>
> Can anyone advise as to what I may be doing wrong with the above?
Can't really help with the exact question, but why are you running through
ODBC/ADO/COM when you could use the much better native Oracle support?
Performance, portability and reliability will be better.
In fact there's the (potentially confusingly named) ADOdb library (which has
nothing to do with Windows' ADODB other than a vaguely similar interface) that
does a good job of wrapping up the various PHP native database libraries into a
consistent interface; I use it extensively on Oracle 9i.
http://adodb.sourceforge.net/
http://uk.php.net/oci8
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|