Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

From my understanding SqlDataSource support ADO.Net. However, I would like to check whether I can use it for mysql. I understand mysql is bind with odbc connector. And I have make it work.

But due to SqlDataSource, i able to put update, insert, delete, select under my gridview which i would like to mysql to do the same.

Rather than calling function and manually...

After reading multiple article online. quite a few said it work while other say no. But without clear answer.

Therefore, I would like to know whether it works? If yes, how? If no, this article will provide a clear answer for them.

share|improve this question
    
possible duplicate of connect to mysql with c#.net –  Kami Nov 1 '13 at 10:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.