database - Is existed web markup languages with possibility insert sql query? -


What I really want - simple db with simple user interface Like MS Access, but for the web and it can be without drag drag, but with the markup language is described. For example, if I want to create a list report, then I need to write something like this: & lt; Table query = "select from mytable" & gt; & Lt; / Table & gt; This simple data is required for applications, in such applications no programming logic is necessary. Just working with DB to change DB data and show it.

Adobe Cold Fusion supports SQL queries in CFML pages. There are also open-source implementations like Railo.

The Java server also supports the SQL Tag Library in the face core set. Every implementation supports it, but the open source Apache cocoon provides unmatched features.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -