File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Who compile PreCompiled SQL statements in PreparedStatement Class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Who compile PreCompiled SQL statements in PreparedStatement Class" Watch "Who compile PreCompiled SQL statements in PreparedStatement Class" New topic
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: 56179
    
  13

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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Who compile PreCompiled SQL statements in PreparedStatement Class
 
Similar Threads
PreparedStatement
Queries regarding PreparedStatement
who compile those SQL statements either by JVM or by JDBC ?
prepared statement
JDBC Statements