I am working in Visual Studio C# 2010 Express and having some problems when working with mySQL database.
I have implemented the Connect button, so that after you filling all the account information (Server, User, Port and Password), you click Connect button then list of Databases will be displayed, as well as table in each Database (when you select certain database), as well as data in each table (when you select certain table).
Now I am trying to implement Insert, Update and Delete button but don't know where to start and I mostly confuse about the Insert button (I mean different table have different number of column, so on...) and I can't imagine how it work when click the Insert button. Someone can give me some advise or sample piece of code so that I can following for the rest.
Thank you!