You can show SQL queries in a JSP using this:
http://cocoon.apache.org/1.x/sqltaglib.html

I don't happen to know if it can submit SQL,
only that obvious that it lets you show SQL.
Maybe you could embged a bean:write within
the tag to pull the submitted form field to
do that.

-David

-----Original Message-----
From: Martin Naskovski [mailto:[EMAIL PROTECTED]
Sent: Monday, August 18, 2003 7:59 PM
To: Struts Users Mailing List
Subject: A JSP based JDBC query client?


Does anyone know if there's a simple JSP page available to which one can
submit SQL
queries and just get plain rows back into as simple row format as possible?
Akin to using the 'mysql' command line client, except in a JSP view :).

Thanks.

Martin
--


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to