0

I'm looking for a java database server that has support for database to be shared and opened from a PHP web application and a java application simultaneuosly.

I found Apache Derby and H2 Database but they don't have a clear support for PHP application.

Please suggest.

It must be a Java Database Server, since we are planning that we may have to distribute the applications to customers, so we need something portable and redistributable.

1
  • What are your requirements ? Does it have to be a Java Database Server and why can't you just use something like MySql? Commented Apr 2, 2011 at 11:41

2 Answers 2

1

Most popular databases have drivers for PHP and for Java.

They also support concurrent connections. Choosing something like SQL Server, Oracle, MySql, Postgres will work just fine.

Sign up to request clarification or add additional context in comments.

Comments

0

MySQL might work fine for you. I've used it myself in projects where I both need to access it from java and PHP.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.