Hello,
I'm doing some web programming, and have run into a few issues using mysql queries. There are a number of characters (ie #%&";" that stall my queries. I'm programming in java, and I run the executeQuery command on user entered text. How can I prepare the statement to go to the database so that the query won't crash, and then how can I get the info back out.
Thanks,
Matt
I'm doing some web programming, and have run into a few issues using mysql queries. There are a number of characters (ie #%&";" that stall my queries. I'm programming in java, and I run the executeQuery command on user entered text. How can I prepare the statement to go to the database so that the query won't crash, and then how can I get the info back out.
Thanks,
Matt