| Author |
How does the database know to store prepared statement
|
Chandra Bairi
Ranch Hand
Joined: Sep 12, 2003
Posts: 152
|
|
|
how does the database know to store the compiled prepared statement . does the driver tell the database to store the prepared statement
|
Thanks,
Shekar
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Chandra, The database itself stores/compiles the prepared statement. The driver manages the connection between the database and your JDBC layer.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: How does the database know to store prepared statement
|
|
|