Re: How is a PreparedStatement re-used ?
Tobias Downer <[email protected]>
| Newsgroups | gmane.comp.db.mckoi |
|---|---|
| Message-ID | <[email protected]> |
John, PreparedStatements are cached on the server. If the server notices that the same PreparedStatement string is being run multiple times, Mckoi will skip the statement parsing step on the server. This works entirely independently of sessions/connections. Toby. John Zoetebier wrote: > Is it true that McKoi is only able to reuse a previous PreparedStatement from > the same session ? > --------------------------------------------------------------- Mckoi SQL Database mailing list http://www.mckoi.com/database/ To unsubscribe, send a message to [email protected]