MySQL and C#

  • Thread starter Thread starter The Bear
  • Start date Start date
T

The Bear

Has anyone successfully used MySQL with C#?

I'm having problems using the Update command

-The Bear
 
Yes, what problems are you having? Mysql is a bit finicky with obtaining
connection. Make sure that the connection open has no errors. This is one
source of frustration but after that, it should work like clock work. It
would help to post some code as well.
 
Back
Top