Select Problem or shall I say "S_utct" problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
jamsplat
Posts: 1
Joined: Mon 27 Mar 2006 18:47
Location: Eau Claire, WI

Select Problem or shall I say "S_utct" problem

Post by jamsplat » Mon 27 Mar 2006 18:54

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.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 28 Mar 2006 06:12

Could you please provide us with your source code that raises this behaviour.

Post Reply