Re: A JSP based JDBC query client?

2003-08-19 Thread Vikram Goyal
You could also use the DB Tag library from Jakarta for trivial applications:

http://jakarta.apache.org/taglibs/doc/dbtags-doc/intro.html

Regards,
Vikram


- Original Message - 
From: David Friedman [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]; Martin
Naskovski [EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 11:08 AM
Subject: RE: A JSP based JDBC query client?


 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]



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



Re: A JSP based JDBC query client?

2003-08-19 Thread Kwok Peng Tuck
DBTag some times will print out the entire sql statement in the browser 
output :( . Not  good in this case.
jstl might be better in this case .

Vikram Goyal wrote:

You could also use the DB Tag library from Jakarta for trivial applications:

http://jakarta.apache.org/taglibs/doc/dbtags-doc/intro.html

Regards,
Vikram
- Original Message - 
From: David Friedman [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]; Martin
Naskovski [EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 11:08 AM
Subject: RE: A JSP based JDBC query client?

 

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]
   



-
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]


RE: A JSP based JDBC query client?

2003-08-18 Thread David Friedman
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]