Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there any way to connect to Oracle?

0 views
Skip to first unread message

afid

unread,
Feb 14, 2007, 1:39:10 AM2/14/07
to
Hi

Do you know if exists NLM for PHP on Netware 6.5 to connect to Oracle.

Into the php.ini, we can find all the DLLs for Windows (php_oracle.dll
and php_oci8.dll) , but we don't have those kind of NLM's on NetWare.
Is there any other opportunity connect to Oracle via PHP on NetWare?

Thanks for your help

Regards

Artur

Guenter

unread,
Feb 28, 2007, 7:20:57 AM2/28/07
to
Hi Artur,

afid <afi...@jzo.com.pl> wrote in news:45D2BC9A.C...@jzo.com.pl:

> Hi
>
> Do you know if exists NLM for PHP on Netware 6.5 to connect to Oracle.
>
> Into the php.ini, we can find all the DLLs for Windows (php_oracle.dll
> and php_oci8.dll) , but we don't have those kind of NLM's on NetWare.
> Is there any other opportunity connect to Oracle via PHP on NetWare?

I tried to build these NLMs, but since the oracle client NLMs are clib-based
all that these extensions do is abending once you use them...
however there are two other ways which might work:
- using the odbtp extension
this is a client extension which connects to a service running on Win32 which
itself connects to an ODBC driver; its developed in first place for using
with MsSQL server, but it might work with Oracle too - I've though never
tested that.
- using UCS/UCX framework. Novell provides a php2ucs extension which has a
database layer; here you can find a sample:
http://www.gknw.net/php/phpucx/ucxtondo.php
for more info about PHP on NetWare you can also visit my forums:
http://www.gknw.net/phpbb/

greets, Guen.

0 new messages