I currently have a Firebird server on Windows and Windows desktop client applications for Firebird databases. I want to make a web interface for the existing databases (using Apache on Windows). What free instrumentation (server languages, libraries) is currently available for the purpose?
A:
Hugues Van Landeghem
2010-04-03 17:02:27
I can't see any clear solid solution for firebird on web. I have no time no desire to test the available staff - currently I am thinking about converting database to mysql.
Serg
2010-04-03 18:32:56
"I am thinking about converting database to mysql"You are kidding. MySQL is not suitable for serious applications with many concurent users fetching, editing, deleting data. For web site where 99.99% requests are SELECts it is ok, but for enterprise it will not do.
Andrei K.
2010-04-04 07:54:55
I did not mean to replace firebird by mysql. I need a readonly access to a database via browser (search and browse some data), and the simplest thing I can think of is a mirror mysql database.
Serg
2010-04-04 10:41:22