Archive for the tag "Question Mark"
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 [...]
Posted: 4 August, 2008 in JDBC.
Tags: ?, Java/J2EE, JDBC, Question Mark
Comments: -
