views:

98

answers:

2

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: 

Check this for complete but most welknown are :

Hugues Van Landeghem
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
"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.
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
A: 

Its not web based, but it is quite useful. I use SquirelSQL

Israel Lopez