Error inserting text containing a ? character

2006-01-27 Thread David P. Donahue
This morning I began noticing some errors coming from my MySQL database that appear to be the result of a user inserting text which contains a question mark anywhere in it. The error is: Parameter '?' must be defined ... Is there a way to tell MySQL to just treat the ? as another character

Re: Error inserting text containing a ? character

2006-01-27 Thread Gleb Paharenko
Hello. Check that you're using the fresh enough versions of Connector/NET and MySQL. See: http://bugs.mysql.com/bug.php?id=5392 David P. Donahue wrote: This morning I began noticing some errors coming from my MySQL database that appear to be the result of a user inserting text which