Hi Experts
I am trying to develop a web application using Pl/Sql as scripting language. but i cant understand where to start and what i should implement the configuration for this purpose.

Recommended Answers

All 3 Replies

HTML has no facilities for database connectivity, technologies such as PHP/JSP/.NET can do it, but you need know any of them

you can however generate html from pl/sql and sql/forms.
I've seen it run, but never used it.

You can always try XSQL, which allows you to use SQL to generate XML and then apply XSL to produce a web page. But it's probably easier to use something like PHP instead.
Nige

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.