Reputation: 1435
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
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