Archive for August 4th, 2008
Question mark ‘?’ characters as text in JDBC
August 4th, 2008 by Scott SelikoffMany people wonder how insert strings containing question mark characters into their database queries via JDBC. For those unfamiliar with the problem, ? is a reserved character in JDBC queries for parameterizing inputs. For example, if you have run the same query searching for a user but each time with a different name, JDBC offers [...]
Categories: JDBC.
Tags: ?, Java/J2EE, JDBC, Question Mark
Comments: none
