aspose 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
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: 56242
    
  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://aspose.com/file-tools
 
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