user3973427
user3973427

Reputation: 1435

How can I connect to a Derby database using PHP?

I am using an application that uses an embedded Derby database. I have no experience with this database type, I have previously used only MySQL and Oracle.

I need to insert some data to the Derby database via PHP.

How can I connect to a Derby database using PHP?

Upvotes: 1

Views: 395

Answers (1)

Dyre
Dyre

Reputation: 547

I don't think you can. In the past there used to be a freely available ODBC driver for the DRDA protocol used by the Derby Network Server, but AFAIK it is no longer available.

Upvotes: 1

Related Questions