From: Mark Matthews Date: September 14 1999 6:46pm Subject: Re: JDBC and Prepared Statements List-Archive: http://lists.mysql.com/java/306 Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Both JDBC drivers MM.MySQL (mine) and TWZ implement the entire PreparedStatement functionality outside of the MySQL database. -Mark On Tue, 14 Sep 1999, Tim Reilly wrote: > I posted this to comp.databases before finding out about this mailing > list. If someone could please help me out I'd really appreciate it. > > I found about 1 line in the O'Reilly MySQL book which stated that MySQL > doesn't support prepared statements, but I can't seem to confirm in the > actual MySQL documentation itself that they are explicity not supported. > In my code, I've got a number of queries for which this functionality > would be great (Queries to pull back an entire row based on matching an ID > column that get executed all the time). > > Before I rewrite my code to include this functionality that may not exist, > can someone please confirm or deny that it would be wasted time? If this > funcationality isn't implemented in MySQL, any suggestions which point out > other ways to optimize or work around this situation are very much > appreciated. > > Thanks in advance, > > -Tim > > > > --------------------------------------------------------------------- > Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before > posting. To request this thread, e-mail java-thread305@stripped > > To unsubscribe, send a message to the address shown in the > List-Unsubscribe header of this message. If you cannot see it, > e-mail java-unsubscribe@stripped instead. > >