Netware: access database from PHP over JDBC driver

M

Micodat

Hi,

I'm using PHP5 on a Netware 6 Server (Apache 2).

Now I try to connect to a database on this server, but I only have a
JDBC
driver for this database for netware.
("Extended Systems" ADS 8.1)

What is the easiest way to do this (without JVM overhead)?

Ciao
Frank
 
M

Micodat

Hi Jan,

thanx for your answer.

The problem is: the PHP driver works only with windows and linux, not
netware.

For ADS/Netware, there is only a JDBC driver

Frank
 
A

Arne Vajhøj

Micodat said:
I'm using PHP5 on a Netware 6 Server (Apache 2).

Now I try to connect to a database on this server, but I only have a
JDBC
driver for this database for netware.
("Extended Systems" ADS 8.1)

What is the easiest way to do this (without JVM overhead)?

You can not use a JDBC driver without a JVM.

I would go for:

---PHP script---(socket)---Java daemon---(JDBC)---database

when the Java daemon is a permanent running process then there
are no JVM startup overhead.

High performance require multithreaded Java app, but that
is easy.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top