> Personally, I think there's an easier way that won't cause you to rewrite a
lot
> of code.

how would using Village cause you to re-write a lot of code? You don't have
to use it everywhere...just where you need it.

> Use prepared statements! Then, replace the ? parameters with the values from
> getParameter(). JDBC will take care of the single-quotes without you having to
> worry about them.

what do you think that Village uses on the back end? It just makes it
trivial to implement prepared statements because the syntax is so easy!

-jon

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to