tags:

views:

33

answers:

1

I am trying to get the Quercus PHP engine to connect with the JavaDB. I have successfully deployed Quercus in Glassfish, but I can't get Quercus to successfully connect with my database in JavaDB. Can anyone point me to an article or tutorial that treats this subject?

A: 

Alternatives are describe here: http://www.caucho.com/resin-3.1/doc/quercus.xtp#databases

The jdbc driver should be include in the Derby distribution (/lib/derbyclient.jar).

h3xStream