| Author |
JSP and JDBC
|
viral patel
Greenhorn
Joined: Feb 25, 2003
Posts: 16
|
|
|
Can i execute more then on sql queries in one JSP page. If i can how can i do that.
|
 |
Praful Thakare
Ranch Hand
Joined: Feb 10, 2001
Posts: 613
|
|
Hi viral, well u can execute as many sql queries as u want in one jsp page!!! ex:- rs1=stmt.executeQuery("select * from one"); rs2=stmt.executeQuery("select * from two"); hope this helps u regards ...Praful [ February 27, 2003: Message edited by: praful thakare ]
|
All desirable things in life are either illegal, banned, expensive or married to someone else !!!
|
 |
 |
|
|
subject: JSP and JDBC
|
|
|