| List: | MySQL and Java | « Previous MessageNext Message » | |
| From: | Christian Mack | Date: | September 14 1999 7:24pm |
| Subject: | Re: JDBC and Prepared Statements | ||
| View as plain text | |||
John Millaway wrote: > > > Both JDBC drivers MM.MySQL (mine) and TWZ implement the entire > > PreparedStatement functionality outside of the MySQL database. > > > > -Mark > > Hi, > Does that mean, as far as performance in concerned, that > PreparedStatements aren't really helping at all? Hi John Yes, you are right here, but PreparedStatement has some additional functionality. It deals with the escaping of binary data (used for BLOBs). Tschau Christian
| Thread | ||
|---|---|---|
| • JDBC and Prepared Statements | Tim Reilly | 14 Sep |
| • Re: JDBC and Prepared Statements | Mark Matthews | 14 Sep |
| • Java based front-end on MySQL | SM Hon. | 15 Sep |
| • Re: Java based front-end on MySQL | Cris Perdue | 15 Sep |
| • RE: JDBC and Prepared Statements | John Millaway | 14 Sep |
| • RE: JDBC and Prepared Statements | Mark Matthews | 14 Sep |
| • Re: JDBC and Prepared Statements | Christian Mack | 14 Sep |
