| Author |
Who compile PreCompiled SQL statements in PreparedStatement Class
|
satish badarayani
Greenhorn
Joined: Oct 06, 2009
Posts: 8
|
|
Hi Guys,
For faster execution I use PrepareStatement class which takes pre-compiled SQL statements.
My question is who compile PreCompiled SQL statements either by JVM or by JDBC.
thanks in advance.
|
 |
Srikkanth Mohanasundaram
Ranch Hand
Joined: Feb 07, 2007
Posts: 185
|
|
Please read this. By the way, this is not a servlet question.
JDBC FAQ
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56242
|
|
Please take the time to choose the correct forum for your posts. This forum is for questions on Servlets. For more information, please read this.
This post has been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Who compile PreCompiled SQL statements in PreparedStatement Class
|
|
|