Page 1 of 1

Select Problem or shall I say "S_utct" problem

Posted: Mon 27 Mar 2006 18:54
by jamsplat
I get an error intermittenly when I try to perform a select statement with the mysqldirect.net 3.20 datareader. I am using mysql 5. it says to consult my manual for the correct sql syntax and then reads back my query. But the word "Select" is garbled, it has the right number of characters but they are garbled, the rest of the query is intact, just the word select. I am using VS 2003 also if that sheds any light. This error only occurs once in awhile also. Making it even weirder, I might have to repeat the query 30 times for it to happen or it might happen on the first try, its completely random. Any ideas?? It also happens on another server when I move the project to another IIS server that hits the same database, this error also occurs but with less frequency in windows forms. Its REALLY annoying.

Posted: Tue 28 Mar 2006 06:12
by Alexey
Could you please provide us with your source code that raises this behaviour.